Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TabItemLength Properties

The item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space.
Name Description
Auto static Gets the TabItemLength instance that stores the length whose value is measured by item header content.
Default static Gets an instance that specifies the default TabItemLength.
IsAbsolute Gets whether the length is measured in pixels.
IsAuto Gets whether the length is measured by item header content.
IsDefault Gets whether the instance is the default TabItemLength.
IsStar Gets whether the length is measured as a weighted proportion of the available space.
Star static Gets the TabItemLength instance that stores the length measured as a proportion of the available space.
UnitType Gets the unit type used to measure the length.
Value Returns Double that represents the value of the TabItemLength.
See Also