Enum
EmptyContentDisplayMode

Defines the modes for displaying empty content.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum EmptyContentDisplayMode

Fields

Always

Displays the empty content always, i.e. when there is no source or when the source is empty.

Declaration

cs-api-definition
Always = 3

Field Value

EmptyContentDisplayMode

DataSourceEmpty

Displays the empty content element only if the re are no items in the attached source.

Declaration

cs-api-definition
DataSourceEmpty = 2

Field Value

EmptyContentDisplayMode

DataSourceNull

Displays the empty content element only when the attached source is null.

Declaration

cs-api-definition
DataSourceNull = 1

Field Value

EmptyContentDisplayMode

None

Does not display empty content.

Declaration

cs-api-definition
None = 0

Field Value

EmptyContentDisplayMode