menu

Class TreeViewItemContextFlyoutInfo - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeViewItemContextFlyoutInfo

    Represents the class that stores the information about the treeview and treeview node associated to ItemContextFlyout

    Inheritance
    System.Object
    TreeViewItemContextFlyoutInfo
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.TreeView.WinUI.dll
    Syntax
    public class TreeViewItemContextFlyoutInfo : Object

    Constructors

    TreeViewItemContextFlyoutInfo()

    Initializes a new instance of the TreeViewItemContextFlyoutInfo class.

    Declaration
    public TreeViewItemContextFlyoutInfo()

    Properties

    Node

    Gets the TreeViewNode when the context flyout opens over the treeview item.

    Declaration
    public TreeViewNode Node { get; }
    Property Value
    Type
    TreeViewNode

    TreeView

    Gets or sets an instance of SfTreeView.

    Declaration
    public SfTreeView TreeView { get; set; }
    Property Value
    Type
    SfTreeView
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved