Class EmptyContentDisplayMode
Defines when empty content should be displayed in data controls such as RadCollectionView. This enumeration determines the conditions under which an empty state template or message is shown to users.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class EmptyContentDisplayMode : Enum
Fields
ItemsSourceNull
Shows empty content only when the data source is null. If the data source is an empty collection (but not null), no empty content is displayed.
Declaration
public const EmptyContentDisplayMode ItemsSourceNull
Field Value
EmptyContentDisplayMode
|
ItemsSourceNullOrEmpty
Shows empty content when the data source is null or when it contains no items. This provides a more comprehensive empty state experience.
Declaration
public const EmptyContentDisplayMode ItemsSourceNullOrEmpty
Field Value
EmptyContentDisplayMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|