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 |