Back to Devexpress

ColumnPosition Enum

wpf-devexpress-dot-xpf-dot-grid-175fda8f.md

latest2.2 KB
Original Source

ColumnPosition Enum

Lists values that specify a column’s position within a View.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum ColumnPosition
vb
Public Enum ColumnPosition

Members

NameDescription
Left

Corresponds to the first visible column.

| | Middle |

Corresponds to a column displayed between the first and last visible columns.

| | Right |

Corresponds to the last visible column.

| | Single |

Reserved for future use.

| | Standalone |

Corresponds to a column whose header is displayed within the Group Panel, Column Chooser, Card View or is currently being dragged by an end-user.

|

The following properties accept/return ColumnPosition values:

Remarks

The values listed by this enumeration are used to set the BaseColumn.ColumnPosition property’s value.

See Also

DevExpress.Xpf.Grid Namespace