Skip to main content

CriteriaOptionsAttribute.ParametersMemberName Property

Specifies the name of the IEnumerable\<IFilterParameter> property in the business class that provides custom filter parameters for Criteria Property Editors.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v26.1.dll

Declaration

public string ParametersMemberName { get; set; }

Property Value

Type Description
String

A string that contains the name of the IEnumerable\<IFilterParameter> property in the business class that provides custom filter parameters for Criteria Property Editors.

Remarks

Note

The ParametersMemberName property is not supported in XAF WinForms PopupCriteriaPropertyEditor.

See Also