Virtualize<TItem>.EmptyContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the content to show when Items is empty or when the TotalItemCount is zero.
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.RenderFragment? EmptyContent { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.EmptyContent : Microsoft.AspNetCore.Components.RenderFragment with get, set
Public Property EmptyContent As RenderFragment
Property Value
- Attributes