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

CustomDrawRowEventArgs.Properties Property

Provides properties specific to the row being custom painted.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public RowProperties Properties { get; }

Property Value

Type Description
RowProperties

Properties specific to the row being custom painted.

See Also