Skip to main content
A newer version of this page is available.
All docs
V19.2

FilterEditorControl.FilterString Property

Gets or sets the total filter expression.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v19.2.dll

Declaration

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

Property Value

Type Description
String

A String value that specifies the total filter expression.

See Also