Skip to main content
A newer version of this page is available. .

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

NuGet Package: DevExpress.Win.TreeList

Declaration

public enum FixedStyle

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