TabItemLength.IsDefault Property
Returns whether the instance is default TabItemLength.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
Declaration
public bool IsDefault { get; }
Property Value
Type | Description |
---|---|
Boolean | true, if the instance equals Default; otherwise false. |
See Also