menu

Class AutoExpandMode - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AutoExpandMode

    Enumerates possible expand modes while loading the nodes in the SfTreeView.

    Inheritance
    System.Object
    AutoExpandMode
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.TreeView.WinUI.dll
    Syntax
    public sealed class AutoExpandMode : Enum

    Fields

    AllNodes

    All nodes will be expanded.

    Declaration
    public const AutoExpandMode AllNodes
    Field Value
    Type
    AutoExpandMode

    None

    Nodes will not be expanded.

    Declaration
    public const AutoExpandMode None
    Field Value
    Type
    AutoExpandMode

    RootNodes

    Root nodes will be expanded.

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