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

LengthUnitType Enum

Provides members that specify how a StackGroup‘s length should be counted.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum LengthUnitType

#Members

Name Description
Pixel

The Length.UnitValue property value is the number of pixels that a StackGroup occupies.

Star

The Length.UnitValue property value is the relative length multiplier.

#Related API Members

The following properties accept/return LengthUnitType values:

#Remarks

The LengthUnitType enumerator values are passed to the Length.UnitType property as values. Depending on this property, a Stack Group can occupy either a precise number of pixels, or dynamically resize to the available space. See the Widget View for information.

See Also