menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewAutoExpandMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeViewAutoExpandMode

    Enumerates possible expand modes while loading the nodes in the .

    Inheritance
    System.Object
    TreeViewAutoExpandMode
    Namespace: Syncfusion.TreeView.Engine
    Assembly: Syncfusion.Maui.TreeView.dll
    Syntax
    public sealed class TreeViewAutoExpandMode : Enum

    Fields

    AllNodesExpanded

    All nodes expanded.

    Declaration
    public const TreeViewAutoExpandMode AllNodesExpanded
    Field Value
    Type
    TreeViewAutoExpandMode

    None

    Nodes will not be expanded.

    Declaration
    public const TreeViewAutoExpandMode None
    Field Value
    Type
    TreeViewAutoExpandMode

    RootNodesExpanded

    Root nodes expanded.

    Declaration
    public const TreeViewAutoExpandMode RootNodesExpanded
    Field Value
    Type
    TreeViewAutoExpandMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved