Back to Devexpress

ITreeList.FilterTreeMode Property

blazor-devexpress-dot-blazor-dot-itreelist-66722fce.md

latest1.7 KB
Original Source

ITreeList.FilterTreeMode Property

Specifies how the TreeList component displays filtered nodes.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(TreeListFilterTreeMode.Auto)]
[Parameter]
TreeListFilterTreeMode FilterTreeMode { get; set; }

Property Value

TypeDefaultDescription
TreeListFilterTreeModeAuto

An enumeration value.

|

Available values:

NameDescription
Auto

This option is identical to Nodes if the TreeList is bound to the GridDevExtremeDataSource; otherwise, the Auto option is identical to ParentBranch.

| | ParentBranch |

The TreeList component displays a node that meets the filter criteria and all its parent nodes, even if they do not meet the criteria.

| | EntireBranch |

The TreeList component displays a node that meets the filter criteria and all its parent and child nodes, even if they do not meet the criteria.

| | 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 additional information and an example.

See Also

ITreeList Interface

ITreeList Members

DevExpress.Blazor Namespace