EnumHeaderFooterDisplayMode
Enum
Lists the possible display modes for RadDataBoundListBox list header or list footer.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public enum HeaderFooterDisplayMode
Fields
AlwaysVisible
The list header or footer is always visible no matter whether the items source is empty or not.
WithDataItems
Header or footer is shown only when there are items in the source currently attached to the RadDataBoundListBox instance.