Skip to main content
All docs
V25.1
  • 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.1.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