TabViewItem.HeaderIcon Property
Gets or sets an icon the item header displays. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
[TypeConverter(typeof(ImageSourceConverter))]
public ImageSource HeaderIcon { get; set; }
#Property Value
Type | Description |
---|---|
Image |
The item header icon’s source. |