CustomBuildCriteriaEventArgs(String) Constructor
Creates and initializes an instance of the CustomBuildCriteriaEventArgs class.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
searchText | String | A user-entered string, based on which the FullTextSearch Action performs its search in the current List View. This parameter is used to initialize the CustomBuildCriteriaEventArgs.SearchText property. |
Remarks
The CustomBuildCriteriaEventArgs objects are used to supply arguments to the FilterController.CustomBuildCriteria event. This event is triggered automatically by the FilterController. So, you do not need to use this constructor.
See Also