WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExpandActionTrigger - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExpandActionTrigger

    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
    ExpandActionTrigger
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.TreeView.WinUI.dll
    Syntax
    public sealed class ExpandActionTrigger : Enum

    Fields

    Expander

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

    Declaration
    public const ExpandActionTrigger Expander
    Field Value
    Type Description
    ExpandActionTrigger

    Node

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

    Declaration
    public const ExpandActionTrigger Node
    Field Value
    Type Description
    ExpandActionTrigger

    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