Skip to main content

RowCellObjectCustomDrawEventArgs.Column Property

Gets the column containing the painted element.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

A GridColumn object (or descendant) representing the column that contains the painted element.

Remarks

When handling the GridView.CustomDrawFooterCell or GridView.CustomDrawRowFooterCell event, the Column property identifies the grid column whose footer cell is painted.

See Also