wpf-devexpress-dot-xpf-dot-grid-dot-tableview-4824fc3e.md
This member supports the control’s internal infrastructure and is not intended to be used directly from your code.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public ColumnPosition ExpandColumnPosition { get; protected set; }
Public Property ExpandColumnPosition As ColumnPosition
| Type | Description |
|---|---|
| ColumnPosition |
A ColumnPosition enumeration value identifying the location of the column that displays detail expand buttons.
|
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