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

TabItem.HeaderVisibleElements Property

Gets or sets a value that specifies elements the item header shows.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

Declaration

public HeaderElements HeaderVisibleElements { get; set; }

Property Value

Type Description
HeaderElements

The value that specifies elements the item header shows.

Available values:

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.

Remarks

The following values are available:

Value

Sample Image

Description

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.

See Also