Back to Devexpress

CustomDrawRowEventArgs.Row Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdrawroweventargs-14ac17cc.md

latest1.3 KB
Original Source

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

csharp
public BaseRow Row { get; protected set; }
vb
Public Property Row As BaseRow

Property Value

TypeDescription
BaseRow

A BaseRow descendant representing the row whose element is to be drawn.

|

See Also

CustomDrawRowEventArgs Class

CustomDrawRowEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace