Skip to main content
.NET 8.0+

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

public const string FilterCriteriaName = "ListViewFilter"

Field Value

Type Description
String

The filter criterion name. (A List View stores Filter Criteria in its CollectionSource.)

See Also