Class Node
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class Node : PropertyBagObject, INotifyPropertyChanged
Constructors
Node()
Declaration
protected Node()
Properties
CollectionIndex
Declaration
public int CollectionIndex { get; }
Property Value
System.
|
Index
Declaration
public int Index { get; }
Property Value
System.
|
IsArrangeValid
Declaration
public bool IsArrangeValid { get; }
Property Value
System.
|
IsTreeLoaded
Declaration
public virtual bool IsTreeLoaded { get; }
Property Value
System.
|
LayoutSlot
NodeState
Parent
Presenter
Methods
Arrange(RadRect, Boolean)
Declaration
public RadRect Arrange(RadRect rect, bool shouldRoundLayout = true)
Parameters
Rad
|
System.
|
Returns
Invalidate()
Declaration
public void Invalidate()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|