TabView.ItemHeaderTextDataMember Property
Gets or sets the name of the data source field whose values are assigned to texts of header items. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public string ItemHeaderTextDataMember { get; set; }
Property Value
| Type | Description |
|---|---|
| String | A field name in a data source. |
See Also