Skip to main content
All docs
V24.1

TreeListColumnFixedPosition Enum

Lists values that specify column behavior when a user scrolls the TreeList horizontally.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum TreeListColumnFixedPosition

Members

Name Description
None

The column moves when a user scrolls the TreeList horizontally.

Left

The column is anchored to the TreeList’s left edge and remains visible when a user scrolls the TreeList horizontally.

Right

The column is anchored to the TreeList’s right edge and remains visible when a user scrolls the TreeList horizontally.

Related API Members

The following properties accept/return TreeListColumnFixedPosition values:

See Also