WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoExpandMode - WinUI API Reference | Syncfusion SfTreeView. ">

    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 Description
    AutoExpandMode

    None

    Nodes will not be expanded.

    Declaration
    public const AutoExpandMode None
    Field Value
    Type Description
    AutoExpandMode

    RootNodes

    Root nodes will be expanded.

    Declaration
    public const AutoExpandMode RootNodes
    Field Value
    Type Description
    AutoExpandMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved