Skip to main content
A newer version of this page is available. .

HeaderElements Enum

Lists the combination of item header elements the item header shows.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

Declaration

public enum HeaderElements : byte

Members

Name Description
Default

Identifies header elements a tab item shows by default.

Text

Item headers show only text even when the TabItem.HeaderText and TabItem.HeaderIcon properties are specified.

Icon

Item headers show only icons even when the TabItem.HeaderText and TabItem.HeaderIcon properties are specified.

TextAndIcon

Item headers show text and icons if the TabItem.HeaderText and TabItem.HeaderIcon properties are specified.

Related API Members

The following properties accept/return HeaderElements values:

Remarks

The following table demonstrates how this enumeration’s values influence item headers:

Enumeration value

Sample image

Text

Icon

TextAndIcon

See Also