Skip to main content
.NET 6.0+

CriteriaOptionsAttribute.ParametersMemberName Property

Specifies the name of the class’ IEnumerable<IFilterParameter> property containing custom filter parameters to be available in Criteria Property Editors.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string ParametersMemberName { get; set; }

Property Value

Type Description
String

A string that holds the name of the class’ IEnumerable<IFilterParameter> property containing custom filter parameters to be available in Criteria Property Editors.

Remarks

Note

The ParametersMemberName property is not supported in PopupCriteriaPropertyEditor (see Criteria Properties).

See Also