Skip to main content
All docs
V23.2

CustomDataEventArgs.RecordObject Property

Returns an object in the bound data source that contains data for the processed column.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public object RecordObject { get; }

Property Value

Type Description
Object

An object in the bound data source that contains data for the processed column.

See Also