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
#Members
Name | Description |
---|---|
Pixel
|
The Length. |
Star
|
The Length. |
#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.