Back to Devexpress

CustomDrawRowEventArgs.Properties Property

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

latest1.3 KB
Original Source

CustomDrawRowEventArgs.Properties Property

Provides properties specific to the row being custom painted.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public RowProperties Properties { get; }
vb
Public ReadOnly Property Properties As RowProperties

Property Value

TypeDescription
RowProperties

Properties specific to the row being custom painted.

|

See Also

CustomDrawRowEventArgs Class

CustomDrawRowEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace