ColumnPosition Enum
In This Article
Lists values that specify a column's position within a View.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Members
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 or is currently being dragged by an end-user. |
#Passed To
You can pass ColumnPosition values to the following properies:
#Remarks
The values listed by this enumeration are used to set the BaseColumn.ColumnPosition property's value.
See Also