FilterControl.FilterCriteria Property
In This Article
Gets or sets the total filter expression. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Filtering
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Criteria |
A Criteria |
#Remarks
To apply the filter expression to the source control, use the FilterControl.ApplyFilter property.
The FilterCriteria property's value is automatically updated when a new expression is applied to the source control. To obtain the actual expression contained into the Filter Control, use the FilterControl.ActualFilterCriteria property.
See Also