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.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Field Value
Type | Description |
---|---|
String | The filter criterion name. (A List View stores Filter Criteria in its CollectionSource.) |
See Also