Back to Devexpress

TabItem Properties

mobilecontrols-devexpress-dot-xamarinforms-dot-navigation-dot-tabitem-dot-underscore-properties.md

latest4.6 KB
Original Source

TabItem Properties

The base class for the TabViewItem and TabPageItem classes.

NameDescription
HeaderContentGets or sets a view the Tab View displays for a tab item instead of the default item header.
HeaderFontAttributesGets or sets a value that indicates whether the font for the item header’s text is bold, italic, or neither.
HeaderFontFamilyGets or sets the font family to which the font for the item header’s text belongs.
HeaderFontSizeGets or sets the size of the font for the item header’s text.
HeaderHeightGets or sets the item header height when TabView.HeaderPanelPosition is set to Left or Right.
HeaderIconColorGets or sets the color the tab item uses in the default state to paint its header icon.
HeaderIconPositionGets or sets the position of the icon relative to the text in the item header.
HeaderIconSpacingGets or sets spacing between the icon and the text in the item header.
HeaderMaxHeightGets or sets the maximum height of the item header when TabView.HeaderPanelPosition is set to Left or Right.
HeaderMaxWidthGets or sets the maximum width of the item header when TabView.HeaderPanelPosition is set to Top or Bottom.
HeaderMinHeightGets or sets the minimum height of the item header when TabView.HeaderPanelPosition is set to Left or Right.
HeaderMinWidthGets or sets the minimum width of the item header when TabView.HeaderPanelPosition is set to Top or Bottom.
HeaderPaddingGets or sets the inner padding of the item header.
HeaderTextColorGets or sets the color the tab item uses in the default state to paint its header text.
HeaderVisibleElementsGets or sets a value that specifies elements the item header shows.
HeaderWidthGets or sets the item header width when TabView.HeaderPanelPosition is set to Top or Bottom.
SelectedHeaderBackgroundColorGets or sets the background color of the tab item header in the selected state.
SelectedHeaderIconColorGets or sets the color the tab item uses in the selected state to paint its header icon.
SelectedHeaderTextColorGets or sets the color the tab item uses in the selected state to paint its header text.

See Also

TabItem Class

TabItem Members

DevExpress.XamarinForms.Navigation Namespace