Skip to main content

CustomDrawRowEventArgs.Properties Property

Provides properties specific to the row being custom painted.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public RowProperties Properties { get; }

Property Value

Type Description
RowProperties

Properties specific to the row being custom painted.

See Also