Back to Devexpress

BaseColumn.ColumnPosition Property

wpf-devexpress-dot-xpf-dot-grid-dot-basecolumn-7b643e06.md

latest1.8 KB
Original Source

BaseColumn.ColumnPosition Property

This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public ColumnPosition ColumnPosition { get; set; }
vb
<Browsable(False)>
Public Property ColumnPosition As ColumnPosition

Property Value

TypeDescription
ColumnPosition

The ColumnPosition enumeration value.

|

Available values:

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.

|

See Also

BaseColumn Class

BaseColumn Members

DevExpress.Xpf.Grid Namespace