Skip to main content

GridColumnHeaderBase.DataColumnPosition Property

Gets a column’s position within a View. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ColumnPosition DataColumnPosition { get; protected set; }

Property Value

Type Description
ColumnPosition

Any of the ColumnPosition enumeration values.

Available values:

Name Description
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.

See Also