Skip to main content

FilterEditorControl.FilterString Property

Gets or sets the final filter expression.

Namespace: DevExpress.DataAccess.UI

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

NuGet Package: DevExpress.DataAccess.UI

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