maui-devexpress-dot-maui-dot-controls-dot-tabviewitem-dot-underscore-properties.md
Stores the TabView item’s header settings and content.
| Name | Description |
|---|---|
| ActualAppearance | Gets the common appearance settings that are applied to the current TabItem. Inherited from TabItem. |
| AutomationId | Gets or sets a value that allows the automation framework to find and interact with this element. Inherited from Element. |
| BindingContext |
Gets or sets an object that contains the properties that will be targeted by the bound properties that belong to this BindableObject. This is a bindable property.
Inherited from BindableObject. | | ClassId | Gets or sets a value used to identify a collection of semantically similar elements. Inherited from Element. | | Content | Gets or sets a view that the TabView displays in the content area when the item is selected. This is a bindable property. | | CornerRadius | Gets or sets a TabItem‘s corner radius. This is a bindable property. Inherited from TabItem. | | Dispatcher |
Gets the dispatcher that was available when this bindable object was created, otherwise tries to find the nearest available dispatcher (probably the window’s/app’s).
Inherited from BindableObject. | | EffectControlProvider | For internal use by .NET MAUI. Inherited from Element. | | Effects | Gets or sets the styles and properties that will be applied to the element during runtime. Inherited from Element. | | HeaderContent | Gets or sets the view the Tab View displays for a tab item instead of the default item header. This is a bindable property. Inherited from TabItem. | | HeaderFontAttributes | Gets or sets a value that indicates whether the font for the item header’s text is bold, italic, or neither. This is a bindable property. Inherited from TabItem. | | HeaderFontFamily | Gets or sets the font family to which the font for the item header’s text belongs. This is a bindable property. Inherited from TabItem. | | HeaderFontSize | Gets or sets the size of the font for the item header’s text. This is a bindable property. Inherited from TabItem. | | HeaderHeight | Gets or sets the item header height when the TabView.HeaderPanelPosition is Left or Right. This is a bindable property. Inherited from TabItem. | | HeaderIcon | Gets or sets an icon the item header displays. This is a bindable property. | | HeaderIconColor | Gets or sets the color the tab item uses in the default state to paint its header icon. This is a bindable property. Inherited from TabItem. | | HeaderIconPosition | Gets or sets the position of the icon relative to the text in the item header. This is a bindable property. Inherited from TabItem. | | HeaderIconSpacing | Gets or sets spacing between the icon and the text in the item header. This is a bindable property. Inherited from TabItem. | | HeaderMaxHeight | Gets or sets the maximum height of the item header when TabView.HeaderPanelPosition is Left or Right. This is a bindable property. Inherited from TabItem. | | HeaderMaxWidth | Gets or sets the maximum width of the item header when TabView.HeaderPanelPosition is Top or Bottom. This is a bindable property. Inherited from TabItem. | | HeaderMinHeight | Gets or sets the minimum height of the item header when TabView.HeaderPanelPosition is Left or Right. This is a bindable property. Inherited from TabItem. | | HeaderMinWidth | Gets or sets the minimum width of the item header when TabView.HeaderPanelPosition is Top or Bottom. This is a bindable property. Inherited from TabItem. | | HeaderPadding | Gets or sets the inner padding of the item header. This is a bindable property. Inherited from TabItem. | | HeaderText | Gets or sets the text of the item header title. This is a bindable property. | | HeaderTextColor | Gets or sets the color the tab item uses in the default state to paint its header text. This is a bindable property. Inherited from TabItem. | | HeaderVisibleElements | Gets or sets a value that specifies elements the item header shows. This is a bindable property. Inherited from TabItem. | | HeaderWidth | Gets or sets the item header width when TabView.HeaderPanelPosition is Top or Bottom. This is a bindable property. Inherited from TabItem. | | Id | Gets a value that can be used to uniquely identify an element throughout the run of your application. Inherited from Element. | | LogicalChildren | For internal use by the Microsoft.Maui.Controls platform. Inherited from Element. | | Parent | Gets or sets the parent Element of this element. Inherited from Element. | | RealParent | For internal use by .NET MAUI. Inherited from Element. | | SelectedHeaderBackgroundColor | Gets or sets the background color of the tab item header in the selected state. This is a bindable property. Inherited from TabItem. | | SelectedHeaderIconColor | Gets or sets the color the tab item uses in the selected state to paint its header icon. This is a bindable property. Inherited from TabItem. | | SelectedHeaderTextColor | Gets or sets the color the tab item uses in the selected state to paint its header text. This is a bindable property. Inherited from TabItem. | | StyleId | Gets or sets a user defined value to uniquely identify the element. Inherited from Element. |
See Also