Skip to main content
All docs
V23.2

CustomizationFormSearchEventArgs.SearchText Property

Gets the search string.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public string SearchText { get; }

Property Value

Type Description
String

The search string.

See Also