Skip to main content

DashboardLayoutNode Methods

Serves as the base class for layout items and groups.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
InsertAbove(DashboardItem) Inserts the layout item displaying the specified dashboard item above the current layout item/group.
InsertAbove(DashboardLayoutNode) Inserts the specified layout item/group above the current layout item/group.
InsertBelow(DashboardItem) Inserts the layout item displaying the specified dashboard item below the current layout item/group.
InsertBelow(DashboardLayoutNode) Inserts the specified layout item/group below the current layout item/group.
InsertLeft(DashboardItem) Inserts the layout item displaying the specified dashboard item to the left of the current layout item/group.
InsertLeft(DashboardLayoutNode) Inserts the specified layout item/group to the left of the current layout item/group.
InsertRight(DashboardItem) Inserts the layout item displaying the specified dashboard item to the right of the current layout item/group.
InsertRight(DashboardLayoutNode) Inserts the specified layout item/group to the right of the current layout item/group.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MoveAbove(DashboardLayoutNode, Double) Moves the current layout item/group above the specified layout item/group.
MoveAbove(DashboardLayoutNode) Moves the current layout item/group above the specified layout item/group.
MoveBelow(DashboardLayoutNode, Double) Moves the current layout item/group below the specified layout item/group.
MoveBelow(DashboardLayoutNode) Moves the current layout item/group below the specified layout item/group.
MoveLeft(DashboardLayoutNode, Double) Moves the current layout item/group to the left of the specified layout item/group.
MoveLeft(DashboardLayoutNode) Moves the current layout item/group to the left of the specified layout item/group.
MoveRight(DashboardLayoutNode, Double) Moves the current layout item/group to the right of the specified layout item/group.
MoveRight(DashboardLayoutNode) Moves the current layout item/group to the right of the specified layout item/group.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also