menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoExpandMode - Xamarin.Android 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.TreeView.Engine
    Assembly: Syncfusion.SfTreeView.Android.dll
    Syntax
    public sealed class AutoExpandMode : Enum

    Fields

    AllNodesExpanded

    All nodes expanded.

    Declaration
    public const AutoExpandMode AllNodesExpanded
    Field Value
    Type
    AutoExpandMode

    None

    Nodes will not be expanded.

    Declaration
    public const AutoExpandMode None
    Field Value
    Type
    AutoExpandMode

    RootNodesExpanded

    Root nodes expanded.

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