Class EmptyContentDisplayMode
Defines the modes for displaying empty content.
Inheritance
System.Object
EmptyContentDisplayMode
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class EmptyContentDisplayMode : Enum
Fields
ItemsSourceNull
Displays the empty content view only when the ItemsSource is null.
Declaration
public const EmptyContentDisplayMode ItemsSourceNull
Field Value
EmptyContentDisplayMode
|
ItemsSourceNullOrEmpty
Displays the empty content view when ItemsSource is null or when the source is empty (has zero items).
Declaration
public const EmptyContentDisplayMode ItemsSourceNullOrEmpty
Field Value
EmptyContentDisplayMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|