Skip to main content
All docs
V23.2

CustomDataEventArgs.Row Property

Gets the unbound row.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

[CLSCompliant(false)]
public BaseRow Row { get; }

Property Value

Type Description
BaseRow

An object that represents the unbound row currently being processed.

See Also