TabView.ItemHeaderIconDataMember Property
Gets or sets the name of the data source field whose values are assigned to icons 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 ItemHeaderIconDataMember { get; set; }
Property Value
Type | Description |
---|---|
String | A field name in a data source. |
See Also