Back to Devexpress

TabView Members

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

latest22.6 KB
Original Source

TabView Members

A view that displays content in related items at the same level of hierarchy.

Constructors

NameDescription
TabView()Initializes a TabView 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.
ItemHeaderIconDataMemberProperty static
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.
ItemHeaderTextDataMemberProperty static
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 view’s header panel.
HeaderPanelContentAlignmentGets or sets a value that specifies how the view aligns item headers in the header panel.
HeaderPanelHeightGets or sets the header panel’s height when the HeaderPanelPosition is set to Top or Bottom.
HeaderPanelIndentGets or sets spacing before the first item and the panel’s start edge.
HeaderPanelItemSpacingGets or sets the spacing between 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 view.
HeaderPanelShadowColorGets or sets the color the Tab View 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 a value that indicates whether the font for item headers’ text is bold, italic, or neither.
ItemHeaderFontFamilyGets or sets the font family to which the font for item headers’ text belongs.
ItemHeaderFontSizeGets or sets the size of the font for item headers’ text.
ItemHeaderHeightGets or sets the height of header items when HeaderPanelPosition is set to Left or Right.
ItemHeaderIconColorGets or sets the color all tab items use to paint its header icons.
ItemHeaderIconDataMember
ItemHeaderIconPositionGets or sets the position of the header icons relative to the headers’ text.
ItemHeaderIconSpacingGets or sets spacing between the icon and the text of a header item.
ItemHeaderMaxHeightGets or sets the maximum height of header items when HeaderPanelPosition is set to Left or Right.
ItemHeaderMaxWidthGets or sets the maximum width of header items when HeaderPanelPosition is set to Top or Bottom.
ItemHeaderMinHeightGets or sets the minimum height of header items when HeaderPanelPosition is set to Left or Right.
ItemHeaderMinWidthGets or sets the minimum width of header items when HeaderPanelPosition is set to Top or Bottom.
ItemHeaderPaddingGets or sets the inner padding of header items.
ItemHeaderPlacementOnSelectionGets or sets a value that specifies how the TabView positions newly selected items.
ItemHeaderTemplateGets or sets the template the Tab View uses to generate tab items’ headers from the ItemsSource.
ItemHeaderTextColorGets or sets the color tab items use to paint their texts when items are in the default state.
ItemHeaderTextDataMember
ItemHeaderVisibleElementsGets or sets a value that specifies elements the item header shows.
ItemHeaderWidthGets or sets the width of header items when HeaderPanelPosition is set to Top or Bottom.
ItemsGets or sets the list of tab items the Tab View displays.
ItemsSourceGets or sets a collection used to generate the Tab View’s tab items.
ItemTemplateGets or sets the template the Tab View uses to generate tab items’ content from the ItemsSource.
ScrollAnimationEnabledGets or sets whether the Tab View animates transition between two tab items.
SelectedItemGets or sets the currently selected item.
SelectedItemHeaderBackgroundColorGets or sets the background color of tab item headers in the selected state.
SelectedItemHeaderIconColorGets or sets the color tab item headers in the selected state use to paint icons.
SelectedItemHeaderTextColorGets or sets the color tab item headers in the selected state use to paint icons.
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 swipes over the content area switch tab items.

Events

Name
ItemHeaderTapped

See Also

TabView Class

DevExpress.XamarinForms.Navigation Namespace