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

    Gets the search string.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public string SearchText { get; }

    Property Value

    Type Description
    String

    The search string.

    See Also