Back to Devexpress

TabPage Members

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

latest22.0 KB
Original Source

TabPage Members

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

Constructors

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

Fields

NameDescription
HeaderPanelBackgroundColorProperty staticIdentifies the HeaderPanelBackgroundColor dependency property.
HeaderPanelContentAlignmentProperty staticIdentifies the HeaderPanelContentAlignment dependency property.
HeaderPanelHeightProperty staticIdentifies the HeaderPanelHeight dependency property.
HeaderPanelIndentProperty staticIdentifies the HeaderPanelIndent dependency property.
HeaderPanelItemSpacingProperty staticIdentifies the HeaderPanelItemSpacing dependency property.
HeaderPanelMaxHeightProperty staticIdentifies the HeaderPanelMaxHeight dependency property.
HeaderPanelMaxWidthProperty staticIdentifies the HeaderPanelMaxWidth dependency property.
HeaderPanelMinHeightProperty staticIdentifies the HeaderPanelMinHeight dependency property.
HeaderPanelMinWidthProperty staticIdentifies the HeaderPanelMinWidth dependency property.
HeaderPanelPositionProperty staticIdentifies the HeaderPanelPosition dependency property.
HeaderPanelShadowColorProperty staticIdentifies the HeaderPanelShadowColor dependency property.
HeaderPanelShadowHeightProperty staticIdentifies the HeaderPanelShadowHeight dependency property.
HeaderPanelShadowRadiusProperty staticIdentifies the HeaderPanelShadowRadius dependency property.
HeaderPanelWidthProperty staticIdentifies the HeaderPanelWidth dependency property.
IsHeaderPanelShadowVisibleProperty staticIdentifies the IsHeaderPanelShadowVisible dependency property.
IsSelectedItemIndicatorVisibleProperty staticIdentifies the IsSelectedItemIndicatorVisible dependency property.
ItemHeaderFontAttributesProperty staticIdentifies the ItemHeaderFontAttributes dependency property.
ItemHeaderFontFamilyProperty staticIdentifies the ItemHeaderFontFamily dependency property.
ItemHeaderFontSizeProperty staticIdentifies the ItemHeaderFontSize dependency property.
ItemHeaderHeightProperty staticIdentifies the ItemHeaderHeight dependency property.
ItemHeaderIconColorProperty staticIdentifies the ItemHeaderIconColor dependency property.
ItemHeaderIconPositionProperty staticIdentifies the ItemHeaderIconPosition dependency property.
ItemHeaderIconSpacingProperty staticIdentifies the ItemHeaderIconSpacing dependency property.
ItemHeaderMaxHeightProperty staticIdentifies the ItemHeaderMaxHeight dependency property.
ItemHeaderMaxWidthProperty staticIdentifies the ItemHeaderMaxWidth dependency property.
ItemHeaderMinHeightProperty staticIdentifies the ItemHeaderMinHeight dependency property.
ItemHeaderMinWidthProperty staticIdentifies the ItemHeaderMinWidth dependency property.
ItemHeaderPaddingProperty staticIdentifies the ItemHeaderPadding dependency property.
ItemHeaderPlacementOnSelectionProperty staticIdentifies the ItemHeaderPlacementOnSelection dependency property.
ItemHeaderTemplateProperty staticIdentifies the ItemHeaderTemplate dependency property.
ItemHeaderTextColorProperty staticIdentifies the ItemHeaderTextColor dependency property.
ItemHeaderVisibleElementsProperty staticIdentifies the ItemHeaderVisibleElements dependency property.
ItemHeaderWidthProperty staticIdentifies the ItemHeaderWidth dependency property.
ItemsSourceProperty staticIdentifies the ItemsSource dependency property.
ItemTemplateProperty staticIdentifies the ItemTemplate dependency property.
ScrollAnimationEnabledProperty staticIdentifies the ScrollAnimationEnabled dependency property.
SelectedItemHeaderBackgroundColorProperty staticIdentifies the SelectedItemHeaderBackgroundColor dependency property.
SelectedItemHeaderIconColorProperty staticIdentifies the SelectedItemHeaderIconColor dependency property.
SelectedItemHeaderTextColorProperty staticIdentifies the SelectedItemHeaderTextColor dependency property.
SelectedItemIndexProperty staticIdentifies the SelectedItemIndex dependency property.
SelectedItemIndicatorColorProperty staticIdentifies the SelectedItemIndicatorColor dependency property.
SelectedItemIndicatorHeightProperty staticIdentifies the SelectedItemIndicatorHeight dependency property.
SelectedItemProperty staticIdentifies the SelectedItem dependency property.
SwipeEnabledProperty staticIdentifies the SwipeEnabled dependency property.

Properties

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.

Events

Name
ItemHeaderTapped

See Also

TabPage Class

DevExpress.XamarinForms.Navigation Namespace