Back to Devexpress

CustomDataEventArgs.RecordObject Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdataeventargs-21832810.md

latest1.4 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public object RecordObject { get; }
vb
Public ReadOnly Property RecordObject As Object

Property Value

TypeDescription
Object

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

|

See Also

CustomDataEventArgs Class

CustomDataEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace