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 |
---|
TreeNode |