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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ColumnBase Column { get; set; }

Property Value

Type Description
ColumnBase

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

See Also