Skip to main content

TreeListFilterMode Enum

Lists values that specify the tree list’s filtering mode.

Namespace: DevExpress.Web.ASPxTreeList.Internal

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum TreeListFilterMode

Members

Name Description
Extended

The TreeList control displays nodes that match the filter criteria regardless of whether their parent nodes match these criteria. If a node matches the filter criteria, all its parent nodes are also displayed.

Smart

Allows a TreeList to display all child nodes that match the filter criteria, whether or not their parent nodes match the criteria.

Standard

Requires all node parents to match the filter criteria to show a particular child node.

See Also