TabItemLength.IsAuto Property
In This Article
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
C#
public bool IsAuto { get; }
#Property Value
Type | Description |
---|---|
Boolean | true if the length is measured by item header content; otherwise false. |
See Also