Back to Devexpress

CustomDataEventArgs.RowProperties Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdataeventargs-1c9f2d39.md

latest1.4 KB
Original Source

CustomDataEventArgs.RowProperties Property

Gets a row that contains a cell currently being processed.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
RowProperties

A RowProperties object or its descendant that contains the processed cell.

|

See Also

CustomDataEventArgs Class

CustomDataEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace