CustomBuildCriteriaEventArgs.Criteria Property
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
CriteriaOperator | A CriteriaOperator that will be used by the FullTextSearch Action to filter the current List View. |
Remarks
Set this property to a custom-built CriteriaOperator. For additional explanation, refer to the FilterController.CustomBuildCriteria event description.
See Also