Back to Devexpress

TabPage Properties

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

latest9.8 KB
Original Source

TabPage Properties

A page that allows tab navigation through a collection of pages.

NameDescription
HeaderPanelBackgroundColorGets or sets the background color of the TabPage’s header panel.
HeaderPanelContentAlignmentSpecifies how item headers are aligned in the header panel.
HeaderPanelHeightGets or sets the header panel’s height when the HeaderPanelPosition is set to Top or Bottom.
HeaderPanelIndentGets or sets the spacing between the header panel’s start edge and the first item.
HeaderPanelItemSpacingGets or sets the spacing between tab item headers.
HeaderPanelMaxHeightGets or sets the header panel’s maximum height when the HeaderPanelPosition is set to Top or Bottom.
HeaderPanelMaxWidthGets or sets the header panel’s maximum width when the HeaderPanelPosition is set to Left or Right.
HeaderPanelMinHeightGets or sets the header panel’s minimum height when the HeaderPanelPosition is set to Top or Bottom.
HeaderPanelMinWidthGets or sets the header panel’s minimum width when the HeaderPanelPosition is set to Left or Right.
HeaderPanelPositionGets or sets the header panel’s position within the page.
HeaderPanelShadowColorGets or sets the color the TabPage uses to paint the header panel’s shadow.
HeaderPanelShadowHeightGets or sets the height of the header panel’s shadow.
HeaderPanelShadowRadiusGets or sets the blur radius of the header panel’s shadow.
HeaderPanelWidthGets or sets the header panel’s width when the HeaderPanelPosition is set to Left or Right.
IsHeaderPanelShadowVisibleGets or sets whether the header panel’s shadow is visible.
IsSelectedItemIndicatorVisibleGets or sets whether the selected item indicator is visible.
ItemHeaderFontAttributesGets or sets whether the text displayed within item headers is bold, italic, or neither.
ItemHeaderFontFamilyGets or sets the font family name for the text displayed within item headers.
ItemHeaderFontSizeGets or sets the font size for the text displayed within item headers.
ItemHeaderHeightGets or sets the height of item headers when the HeaderPanelPosition is set to Left or Right.
ItemHeaderIconColorGets or sets the color of icons displayed in tab item headers.
ItemHeaderIconPositionGets or sets the icon position relative to the text within item headers.
ItemHeaderIconSpacingGets or sets the spacing between the icon and text of an item header.
ItemHeaderMaxHeightGets or sets the maximum height of tab item headers when the HeaderPanelPosition is set to Left or Right.
ItemHeaderMaxWidthGets or sets the maximum width of tab item headers when the HeaderPanelPosition is set to Top or Bottom.
ItemHeaderMinHeightGets or sets the minimum height of tab item headers when the HeaderPanelPosition is set to Left or Right.
ItemHeaderMinWidthGets or sets the minimum width of tab item headers when the HeaderPanelPosition is set to Top or Bottom.
ItemHeaderPaddingGets or sets the inner padding of item headers.
ItemHeaderPlacementOnSelectionSpecifies how the TabPage positions an item header when a user selects the item.
ItemHeaderTemplateGets or sets the template the TabPage uses to generate tab item headers from the ItemsSource.
ItemHeaderTextColorGets or sets the color of text displayed in tab item headers.
ItemHeaderVisibleElementsGets or sets a value that specifies elements an item header shows.
ItemHeaderWidthGets or sets the width of item headers when the HeaderPanelPosition is set to Top or Bottom.
ItemsGets or sets the list of tab items the TabPage displays.
ItemsSourceGets or sets the collection used to generate the TabPage’s tab items.
ItemTemplateGets or sets the template the TabPage uses to generate tab item content from the ItemsSource.
ScrollAnimationEnabledGets or sets whether the TabPage animates the transition between two tab items.
SelectedItemGets or sets the currently selected tab item.
SelectedItemHeaderBackgroundColorGets or sets the background color of a tab item header when the item is selected.
SelectedItemHeaderIconColorGets or sets the color of an icon displayed in the selected tab item header.
SelectedItemHeaderTextColorGets or sets the color of text displayed in the selected tab item header.
SelectedItemIndexGets or sets the index of the currently selected item.
SelectedItemIndicatorColorGets or sets the color of the selected item indicator.
SelectedItemIndicatorHeightGets or sets the height of the selected item indicator.
SwipeEnabledGets or sets whether a swipe gesture over the content area switches tab items.

See Also

TabPage Class

TabPage Members

DevExpress.XamarinForms.Navigation Namespace