menu

Class NodeCollapsingEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NodeCollapsingEventArgs

    Provides event data for NodeCollapsing event.

    Inheritance
    System.Object
    NodeCollapsingEventArgs
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class NodeCollapsingEventArgs : CancelEventArgs

    Constructors

    NodeCollapsingEventArgs()

    Declaration
    public NodeCollapsingEventArgs()

    Properties

    Node

    Gets the TreeNode associated with Collapsing node.

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