Skip to main content
A newer version of this page is available. .

PropertyGridControl.UserFilterCriteria Property

Gets or sets the property grid’s user filter criteria. This is a dependency property.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v19.2.dll

Declaration

public CriteriaOperator UserFilterCriteria { get; set; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator object which represents filter criteria.

Remarks

End-users can modify the UserFilterCriteria property by entering a search string in the search panel.

If both the UserFilterCriteria and the PropertyGridControl.FilterCriteria are specified, they are summarized by using the logical operator AND.

For detailed information and examples, see Creating Criteria.

See Also