Skip to main content

RowCellCustomDrawEventArgs.Cell Property

Provides information on the painted cell.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public object Cell { get; }

Property Value

Type Description
Object

A DevExpress.XtraGrid.Views.Grid.ViewInfo.GridCellInfo object that contains information about the painted cell.

See Also