Skip to main content
All docs
V25.1
  • CustomRecordDisplayTextEventArgs.Value Property

    Gets the processed cell’s value.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public object Value { get; }

    Property Value

    Type Description
    Object

    An object that specifies the processed cell’s value.

    See Also