TabViewItem.HeaderText Property
Gets or sets the text of the item header title. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public string HeaderText { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The text of the item header title. |
See Also