Back to Devexpress

TabItem Members

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

latest9.7 KB
Original Source

TabItem Members

The base class for the TabViewItem and TabPageItem classes.

Constructors

NameDescription
TabItem()Initializes a TabItem instance with the default settings.

Fields

NameDescription
HeaderContentProperty staticIdentifies the HeaderContent dependency property.
HeaderFontAttributesProperty staticIdentifies the HeaderFontAttributes dependency property.
HeaderFontFamilyProperty staticIdentifies the HeaderFontFamily dependency property.
HeaderFontSizeProperty staticIdentifies the HeaderFontSize dependency property.
HeaderHeightProperty staticIdentifies the HeaderHeight dependency property.
HeaderIconColorProperty staticIdentifies the HeaderIconColor dependency property.
HeaderIconPositionProperty staticIdentifies the HeaderIconPosition dependency property.
HeaderIconSpacingProperty staticIdentifies the HeaderIconSpacing dependency property.
HeaderMaxHeightProperty staticIdentifies the HeaderMaxHeight dependency property.
HeaderMaxWidthProperty staticIdentifies the HeaderMaxWidth dependency property.
HeaderMinHeightProperty staticIdentifies the HeaderMinHeight dependency property.
HeaderMinWidthProperty staticIdentifies the HeaderMinWidth dependency property.
HeaderPaddingProperty staticIdentifies the HeaderPadding dependency property.
HeaderTextColorProperty staticIdentifies the HeaderTextColor dependency property.
HeaderVisibleElementsProperty staticIdentifies the HeaderVisibleElements dependency property.
HeaderWidthProperty staticIdentifies the HeaderWidth dependency property.
SelectedHeaderBackgroundColorProperty staticIdentifies the SelectedHeaderBackgroundColor dependency property.
SelectedHeaderIconColorProperty staticIdentifies the SelectedHeaderIconColor dependency property.
SelectedHeaderTextColorProperty staticIdentifies the SelectedHeaderTextColor dependency property.

Properties

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

DevExpress.XamarinForms.Navigation Namespace