Back to Devexpress

FilterControl.FilterString Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-382bbac2.md

latest1.4 KB
Original Source

FilterControl.FilterString Property

Gets or sets the total filter expression.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

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 specifies the total filter expression.

|

See Also

ApplyFilter()

FilterCriteria

FilterStringChanged

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace