FilterListModelBase.SearchString Property
In This Article
Gets or sets the search query entered in the search panel.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public string SearchString { get; set; }
#Property Value
Type | Description |
---|---|
String | A search query. |
See Also