ITreeList.FilterTreeMode Property
Specifies how the TreeList component displays filtered nodes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
[DefaultValue(TreeListFilterTreeMode.Auto)]
[Parameter]
TreeListFilterTreeMode FilterTreeMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
Auto | An enumeration value. |
Available values:
Name | Description |
---|---|
Auto | This option is identical to |
Parent |
The Tree |
Entire |
The Tree |
Nodes | The component ignores parent-child relationships and displays all nodes that meet the filter criteria at one level. |
#Remarks
Refer to the FilterTreeMode
property description for more information and an example.