Back to Devexpress

FilterEditorControl.FilterString Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-filtereditorcontrol-27e3a61d.md

latest1.2 KB
Original Source

FilterEditorControl.FilterString Property

Gets or sets the final filter expression.

Namespace : DevExpress.DataAccess.UI

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

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
[Browsable(false)]
public string FilterString { get; set; }
vb
<Browsable(False)>
Public Property FilterString As String

Property Value

TypeDescription
String

A String value that is the final FilterEditorControl filter expression.

|

See Also

FilterEditorControl Class

FilterEditorControl Members

DevExpress.DataAccess.UI Namespace