menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExpandActionTarget - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExpandActionTarget

    Defines that the expanding and collapsing of nodes can be performed only by tapping in expander view or in both expander view and content view.

    Inheritance
    System.Object
    ExpandActionTarget
    Namespace: Syncfusion.XForms.TreeView
    Assembly: Syncfusion.SfTreeView.XForms.dll
    Syntax
    public sealed class ExpandActionTarget : Enum

    Fields

    Expander

    Specifies that the expanding and collapsing of nodes can be performed only on tapping the expander view.

    Declaration
    public const ExpandActionTarget Expander
    Field Value
    Type
    ExpandActionTarget

    Node

    Specifies that the expanding and collapsing of nodes can be performed both on tapping the expander view and content view.

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