Skip to main content
.NET 6.0+

ListViewFilterAttribute.Criteria Property

Specifies the criteria applied to the List View when the current filter is applied.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string Criteria { get; }

Property Value

Type Description
String

A string representing the criteria applied to the List View when the current filter is applied.

Remarks

The common rules of writing a criteria are described in the Ways to Build Criteria topic.

See Also