Enum
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.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum EmptyContentDisplayMode

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

cs-api-definition
ItemsSourceNull = 0

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

cs-api-definition
ItemsSourceNullOrEmpty = 1

Field Value

EmptyContentDisplayMode