menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NodeExpandingEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NodeExpandingEventArgs

    Provides event data for NodeExpanding event.

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

    Constructors

    NodeExpandingEventArgs()

    Declaration
    public NodeExpandingEventArgs()

    Properties

    Node

    Gets the TreeNode associated with expanding node.

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