CustomDrawRowEventArgs.Row Property
Gets the row whose element is to be drawn.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.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