Skip to main content
All docs
V25.1
  • CustomizationFormSearchEventArgs.Row Property

    Gets the processed row.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public BaseRowHeaderInfo Row { get; }

    Property Value

    Type Description
    DevExpress.XtraVerticalGrid.ViewInfo.BaseRowHeaderInfo

    The processed row.

    See Also