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

FilterEditorControl.FilterString Property

Gets or sets the final filter expression.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v19.2.UI.dll

Declaration

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

Property Value

Type Description
String

A String value that is the final FilterEditorControl filter expression.

See Also