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

FilterController.FilterCriteriaName Field

Returns the name of the item in the Criteria collection of the current List View’s CollectionSource. This item is updated each time a new filter is selected via the FilterController‘s Filter Action. By default, this attribute is called “ListViewFilter”.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public const string FilterCriteriaName = "ListViewFilter"

Field Value

Type
String
See Also