alexa

    Show / Hide Table of Contents

    Enum TreeViewEditTrigger

    Defines constants that specifies the actions that triggers editing in SfTreeView.

    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    [Flags]
    public enum TreeViewEditTrigger

    Fields

    Name Description
    DoubleTap

    Specifies that editing should be triggered when double tap a tree node.

    F2

    Specifies that editing should be triggered when pressing F2 key.

    Tap

    Specifies that editing should be triggered when tap a tree node.

    Back to top Generated by DocFX