menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NodeCollapsingEventArgs - WPF 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.SfGrid.WPF.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