Skip to main content
All docs
V24.1

CustomizationFormSearchEventArgs.SearchText Property

Gets the search string.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

public string SearchText { get; }

Property Value

Type Description
String

The search string.

See Also