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 |
---|---|
Scroll |
Gets or sets whether the Tab View animates transition between two tab items. This is a bindable property. |
Is |
Gets or sets whether the Selected Item Indicator is visible. This is a bindable property. |
Header |
Gets or sets the background color of the view’s header panel. This is a bindable property. |
Header |
Gets or sets a value that specifies how the view aligns item headers in the header panel. This is a bindable property. |
Header |
Gets or sets the header panel’s height when the Header |
Header |
Gets or sets spacing before the first item and the panel’s start edge. This is a bindable property. |
Header |
Gets or sets the spacing between item headers. This is a bindable property. |
Header |
Gets or sets the header panel’s maximum height when Header |
Header |
Gets or sets the header panel’s maximum width when Header |
Header |
Gets or sets the header panel’s minimum height when the Header |
Header |
Gets or sets the header panel’s minimum width when the Header |
Header |
Gets or sets the header panel’s position within the view. This is a bindable property. |
Is |
Gets or sets whether the Header Panel‘s shadow is visible. This is a bindable property. |
Header |
Gets or sets the color the Tab View uses to paint the header panel’s shadow. This is a bindable property. |
Header |
Gets or sets the height of the header panel’s shadow. This is a bindable property. |
Header |
Gets or sets the blur radius of the header panel’s shadow. This is a bindable property. |
Header |
Gets or sets the header panel’s width when the Header |
Item |
Gets or sets a value that indicates whether the font for item header text is bold, italic, or neither. This is a bindable property. |
Item |
Gets or sets the font family to which the font for item header text belongs. This is a bindable property. |
Item |
Gets or sets the size of the font for item header text. This is a bindable property. |
Item |
Gets or sets the height of header items when Header |
Item |
Gets or sets the color all tab items use to paint their header icons. This is a bindable property. |
Item |
Gets or sets the position of the header icons relative to the headers’ text. This is a bindable property. |
Item |
Gets or sets spacing between the icon and the text of a header item. This is a bindable property. |
Item |
Gets or sets the maximum height of header items when Header |
Item |
Gets or sets the maximum width of header items when Header |
Item |
Gets or sets the minimum height of header items when Header |
Item |
Gets or sets the minimum width of header items when Header |
Item |
Gets or sets a value that specifies how the Tab |
Item |
Gets or sets the template the Tab View uses to generate headers of the tab items from the Items |
Item |
Gets or sets the color tab items use to paint their texts when items are in the default state. This is a bindable property. |
Item |
Gets or sets the width of header items when Header |
Selected |
Gets or sets the background color of tab item headers in the selected state. This is a bindable property. |
Selected |
Gets or sets the color tab item headers in the selected state use to paint icons. This is a bindable property. |
Selected |
Gets or sets the color tab item headers in the selected state use to paint icons. This is a bindable property. |
Selected |
Gets or sets the color of the Selected Item Indicator. This is a bindable property. |
Selected |
Gets or sets the pop-up view corner radius. This is a bindable property. |
Use the TabViewActualAppearance to get the appearance settings that are applied to the TabView.