Skip to main content

CellContentPresenter.ColumnPosition Property

Gets or sets the position of the column that owns the cell. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public ColumnPosition ColumnPosition { get; set; }

#Property Value

Type Description
ColumnPosition

A ColumnPosition enumeration value that specifies a column's position within the View.

See Also