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
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
value__
Declaration
public int value__
Field Value
System.
|