FixedStyle Enum
Enumerates values that specify whether a column is anchored at the control’s left or right edge.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Members
Name | Description |
---|---|
None
|
The column is not anchored. |
Left
|
The column is anchored at the control’s left edge. |
Right
|
The column is anchored at the control’s right edge. |
Related API Members
The following properties accept/return FixedStyle values:
Remarks
The FixedStyle
enumeration is used to specify the TreeListColumn.Fixed property.
See Also