Skip to main content

CustomCellAppearanceEventArgs.Column Property

Gets a column that contains the corresponding cell.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ColumnBase Column { get; }

Property Value

Type Description
ColumnBase

A column that contains the corresponding cell.

See Also