Skip to main content

CustomDrawRowEventArgs.Row Property

Gets the row whose element is to be drawn.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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