CustomBuildCriteriaEventArgs.SearchText Property
In This Article
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.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Description |
---|---|
String | A user-entered string, based on which the Full |
#Remarks
Construct a custom criterion, based on this property’s value. For additional information, refer to the FilterController.CustomBuildCriteria event description.
See Also