Skip to main content
All docs
V26.1
  • CustomDrawRowValueCellEventArgs.RowValueInfo Property

    Gets information on the row value view.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v26.1.dll

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

    Declaration

    public RowValueInfo RowValueInfo { get; }

    Property Value

    Type Description
    DevExpress.XtraVerticalGrid.ViewInfo.RowValueInfo

    A RowValueInfo object that specifies information on the row value view.

    See Also