Back to Devexpress

FixedStyle Enum

windowsforms-devexpress-dot-xtratreelist-dot-columns-b1ad84cc.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public enum FixedStyle
vb
Public Enum FixedStyle

Members

NameDescription
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.

|

The following properties accept/return FixedStyle values:

Remarks

The FixedStyle enumeration is used to specify the TreeListColumn.Fixed property.

See Also

Columns

DevExpress.XtraTreeList.Columns Namespace