Back to Devexpress

TabViewItem Members

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

latest13.9 KB
Original Source

TabViewItem Members

Stores the TabView item’s header settings and content.

Constructors

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

Fields

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

Properties

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

See Also

TabViewItem Class

DevExpress.XamarinForms.Navigation Namespace