TabView.ItemHeaderTemplate Property
Gets or sets the template the Tab View uses to generate headers of the tab items from the ItemsSource. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
public DataTemplate ItemHeaderTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
The template. |