Skip to main content
A newer version of this page is available. .

TabItemLength Class

The item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

[TypeConverter(typeof(TabItemLengthConverter))]
public class TabItemLength :
    IEquatable<TabItemLength>

Inheritance

Object
TabItemLength
See Also