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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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