WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NodeCollapsingEventArgs - WinUI API Reference | Syncfusion NodeCollapsing event. ">

    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 Description
    TreeNode
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved