ClassRootElement
Class
Represents the root element of a logical tree. This element is usually aggregated by a IView instance.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class RootElement : Element, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectNodeElementRootElement
Implements:
Inherited Members
Constructors
RootElement()
Declaration
cs-api-definition
protected RootElement()
Properties
IsTreeLoaded
Determines whether the node is loaded.
Declaration
cs-api-definition
public override bool IsTreeLoaded { get; }
Property Value
Overrides
Methods
Arrange()
Arranges the element using a rectangle located at (0, 0) and with Size equal to the current view's Viewport.
Declaration
cs-api-definition
public void Arrange()