Skip to main content
A newer version of this page is available. .

TabItem Class

The base class for the TabViewItem class.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public abstract class TabItem :
    Element,
    IAppearanceOwner

Remarks

The TabView class contains the following appearance settings:

Property Description
ScrollAnimationEnabled Gets or sets whether the Tab View animates transition between two tab items. This is a bindable property.
IsSelectedItemIndicatorVisible Gets or sets whether the Selected Item Indicator is visible. This is a bindable property.
HeaderPanelBackgroundColor Gets or sets the background color of the view’s header panel. This is a bindable property.
HeaderPanelContentAlignment Gets or sets a value that specifies how the view aligns item headers in the header panel. This is a bindable property.
HeaderPanelHeight Gets or sets the header panel’s height when the HeaderPanelPosition is set to Top or Bottom. This is a bindable property.
HeaderPanelIndent Gets or sets spacing before the first item and the panel’s start edge. This is a bindable property.
HeaderPanelItemSpacing Gets or sets the spacing between item headers. This is a bindable property.
HeaderPanelMaxHeight Gets or sets the header panel’s maximum height when HeaderPanelPosition is Top or Bottom. This is a bindable property.
HeaderPanelMaxWidth Gets or sets the header panel’s maximum width when HeaderPanelPosition is Left or Right. This is a bindable property.
HeaderPanelMinHeight Gets or sets the header panel’s minimum height when the HeaderPanelPosition is Top or Bottom. This is a bindable property.
HeaderPanelMinWidth Gets or sets the header panel’s minimum width when the HeaderPanelPosition is set to Left or Right. This is a bindable property.
HeaderPanelPosition Gets or sets the header panel’s position within the view. This is a bindable property.
IsHeaderPanelShadowVisible Gets or sets whether the Header Panel’s shadow is visible. This is a bindable property.
HeaderPanelShadowColor Gets or sets the color the Tab View uses to paint the header panel’s shadow. This is a bindable property.
HeaderPanelShadowHeight Gets or sets the height of the header panel’s shadow. This is a bindable property.
HeaderPanelShadowRadius Gets or sets the blur radius of the header panel’s shadow. This is a bindable property.
HeaderPanelWidth Gets or sets the header panel’s width when the HeaderPanelPosition is set to Left or Right. This is a bindable property.
ItemHeaderFontAttributes Gets or sets a value that indicates whether the font for item header text is bold, italic, or neither. This is a bindable property.
ItemHeaderFontFamily Gets or sets the font family to which the font for item header text belongs. This is a bindable property.
ItemHeaderFontSize Gets or sets the size of the font for item header text. This is a bindable property.
ItemHeaderHeight Gets or sets the height of header items when HeaderPanelPosition is Left or Right. This is a bindable property.
ItemHeaderIconColor Gets or sets the color all tab items use to paint their header icons. This is a bindable property.
ItemHeaderIconPosition Gets or sets the position of the header icons relative to the headers’ text. This is a bindable property.
ItemHeaderIconSpacing Gets or sets spacing between the icon and the text of a header item. This is a bindable property.
ItemHeaderMaxHeight Gets or sets the maximum height of header items when HeaderPanelPosition is Left or Right. This is a bindable property.
ItemHeaderMaxWidth Gets or sets the maximum width of header items when HeaderPanelPosition is Top or Bottom. This is a bindable property.
ItemHeaderMinHeight Gets or sets the minimum height of header items when HeaderPanelPosition is Left or Right. This is a bindable property.
ItemHeaderMinWidth Gets or sets the minimum width of header items when HeaderPanelPosition is Top or Bottom. This is a bindable property.
ItemHeaderPlacementOnSelection Gets or sets a value that specifies how the TabView positions newly selected items. This is a bindable property.
ItemHeaderTemplate Gets or sets the template the Tab View uses to generate headers of the tab items from the ItemsSource. This is a bindable property.
ItemHeaderTextColor Gets or sets the color tab items use to paint their texts when items are in the default state. This is a bindable property.
ItemHeaderWidth Gets or sets the width of header items when HeaderPanelPosition is Top or Bottom. This is a bindable property.
SelectedItemHeaderBackgroundColor Gets or sets the background color of tab item headers in the selected state. This is a bindable property.
SelectedItemHeaderIconColor Gets or sets the color tab item headers in the selected state use to paint icons. This is a bindable property.
SelectedItemHeaderTextColor Gets or sets the color tab item headers in the selected state use to paint icons. This is a bindable property.
SelectedItemIndicatorColor Gets or sets the color of the Selected Item Indicator. This is a bindable property.
SelectedItemIndicatorHeight Gets or sets the DXPopup corner radius. This is a bindable property.

Use the TabViewActualAppearance to get the appearance settings that are applied to the TabView.

See Also