DXTreeView.FilterString Property
Gets or sets the DXTreeView‘s filter expression string. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Declaration
public string FilterString { get; set; }
#Property Value
Type | Description |
---|---|
String | A string that specifies a filter criteria applied to data that the DXTree |
#Remarks
For more information, refer to the following help topic: Filter Tree View Items.