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

    Gets the caption of the processed row or category.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public string Caption { get; }

    Property Value

    Type Description
    String

    The caption of the processed row or category.

    See Also