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

PropertyGridControl.FilterCriteria Property

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

Namespace: DevExpress.Xpf.PropertyGrid

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

Declaration

public CriteriaOperator FilterCriteria { get; set; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator object which represents filter criteria.

Remarks

Use the FilterCriteria property to create a filter expression that consists of multiple conditions, and apply it to the grid. Setting the FilterCriteria property to a new value clears any filters that have been previously applied.

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

See Also