Class TreeNodeView
A customized viewgroup used to add, measure and layout both the expander view and content view for SfTreeView.
Inheritance
System.Object
TreeNodeView
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.dll
Syntax
public class TreeNodeView : ContentControl, IDisposable
Constructors
TreeNodeView()
Initializes a new instance of the TreeNodeView class.
Declaration
public TreeNodeView()
Methods
Dispose()
Dispose all the allocated resources.
Declaration
public void Dispose()
Dispose(Boolean)
Dispose the instances, if parameter is true.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Represents the boolean value for disposing objects. |
Implements
System.IDisposable