Enum
HeaderFooterDisplayMode

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.

Declaration

cs-api-definition
AlwaysVisible = 0

Field Value

HeaderFooterDisplayMode

WithDataItems

Header or footer is shown only when there are items in the source currently attached to the RadDataBoundListBox instance.

Declaration

cs-api-definition
WithDataItems = 1

Field Value

HeaderFooterDisplayMode

In this article
DefinitionFieldsAlwaysVisibleWithDataItems
Not finding the help you need?
Contact Support