Skip to main content
.NET 6.0+

CustomBuildCriteriaEventArgs.SearchText Property

Returns the user-entered string, based on which the FullTextSearch Action performs its search in the current List View.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string SearchText { get; }

Property Value

Type Description
String

A user-entered string, based on which the FullTextSearch Action performs its search in the current List View.

Remarks

Construct a custom criterion, based on this property’s value. For additional information, refer to the FilterController.CustomBuildCriteria event description.

See Also