Skip to main content
All docs
V20.1

FilterEditorControl.FilterString Property

Gets or sets the total filter expression.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v20.1.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

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

Property Value

Type Description
String

A String value that specifies the total filter expression.

See Also