Skip to main content
A newer version of this page is available. .

CustomDrawRowEventArgs.Row Property

Gets the row whose element is to be drawn.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.VerticalGrid

Declaration

public BaseRow Row { get; protected set; }

Property Value

Type Description
BaseRow

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

See Also