Back to Devexpress

CustomDataEventArgs.Row Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdataeventargs-456efdba.md

latest1.3 KB
Original Source

CustomDataEventArgs.Row Property

Gets the unbound row.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[CLSCompliant(false)]
public BaseRow Row { get; }
vb
<CLSCompliant(False)>
Public ReadOnly Property Row As BaseRow

Property Value

TypeDescription
BaseRow

An object that represents the unbound row currently being processed.

|

See Also

CustomDataEventArgs Class

CustomDataEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace