menu

UWP

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

    Show / Hide Table of Contents

    Class NodeExpandedEventArgs

    Provides event data for NodeExpanded event.

    Inheritance
    System.Object
    NodeExpandedEventArgs
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class NodeExpandedEventArgs : EventArgs

    Constructors

    NodeExpandedEventArgs()

    Declaration
    public NodeExpandedEventArgs()

    Properties

    Node

    Gets the TreeNode associated with the expanded node.

    Declaration
    public TreeNode Node { get; }
    Property Value
    Type
    TreeNode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved