Skip to main content

CellContentPresenter.Column Property

Gets or sets a column which owns the cell. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public ColumnBase Column { get; set; }

#Property Value

Type Description
ColumnBase

A ColumnBase descendant that represents the column which owns the cell.

See Also