EnumEmptyContentDisplayMode
Enum
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.
DataSourceEmpty
Displays the empty content element only if the re are no items in the attached source.
DataSourceNull
Displays the empty content element only when the attached source is null.
None
Does not display empty content.