Skip to main content
A newer version of this page is available. .

FilterController.FullTextSearchCriteriaName Field

When the FilterController.FullTextFilterAction is used to filter a List View, a criterion is passes to the CollectionSourceBase.Criteria dictionary of the List View’s Collection Source. This dictionary requires that each criterion must be accompanied by a description. The FullTextSearchCriteriaName constant holds a description of criterions passed to the CollectionSourceBase.Criteria dictionary by the FullTextFilterAction.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public const string FullTextSearchCriteriaName = "FullTextSearchCriteria"

Field Value

Type
String
See Also