menu

Class ItemContextFlyoutOpeningEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemContextFlyoutOpeningEventArgs

    Provides the data for the ItemContextFlyoutOpening event.

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

    Constructors

    ItemContextFlyoutOpeningEventArgs()

    Initializes a new instance of the ItemContextFlyoutOpeningEventArgs class.

    Declaration
    public ItemContextFlyoutOpeningEventArgs()

    Properties

    ContextFlyout

    Gets or sets the context flyout getting opened.

    Declaration
    public FlyoutBase ContextFlyout { get; set; }
    Property Value
    Type Description
    Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase

    A Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase that represents context flyout which is being opened.

    See Also
    ItemContextFlyout

    FlyoutInfo

    Gets an instance of TreeViewItemContextFlyoutInfo that contains information about treeview and treeview node.

    Declaration
    public TreeViewItemContextFlyoutInfo FlyoutInfo { get; }
    Property Value
    Type
    TreeViewItemContextFlyoutInfo
    Remarks

    ItemContextFlyout is received this information as DataContext.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved