TabHeaderLength.IsAuto Property
Returns whether the length is measured by item header content.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
Declaration
public bool IsAuto { get; }
Property Value
Type | Description |
---|---|
Boolean | true if the length is measured by item header content; otherwise false. |
See Also