CustomDrawRowEventArgs.Row Property
Gets the row whose element is to be drawn.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Property Value
| Type | Description |
|---|---|
| BaseRow | A BaseRow descendant representing the row whose element is to be drawn. |
See Also