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

FilterControl.FilterString Property

Gets or sets the total filter expression.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public string FilterString { get; set; }

Property Value

Type Description
String

A String value that specifies the total filter expression.

See Also