TabItem.HeaderContent Property
Gets or sets a view the Tab View displays for a tab item instead of the default item header.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
Declaration
public View HeaderContent { get; set; }
Property Value
Type | Description |
---|---|
View | The view the Tab View displays for a tab item instead of the default item header. |
See Also