Skip to main content
All docs
V24.1

CustomDataEventArgs.Row Property

Gets the unbound row.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v24.1.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