menu

MAUI

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

    Show / Hide Table of Contents

    Class TreeViewExpandActionTarget

    Defines that nodes can only be expanded and collapsed by touching in expander view or both expander view and content view.

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

    Fields

    Expander

    Specifies that nodes can only be expanded and collapsed by tapping the expander view.

    Declaration
    public const TreeViewExpandActionTarget Expander
    Field Value
    Type
    TreeViewExpandActionTarget

    Node

    Specifies that nodes can be expanded and collapsed by tapping the expander view or the content view.

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