Skip to main content
A newer version of this page is available. .

CustomCellAppearanceEventArgs.Column Property

Gets the cell’s column

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public ColumnBase Column { get; }

Property Value

Type Description
ColumnBase

A DevExpress.WinUI.Grid.ColumnBase object that represents the cell’s column.

See Also