DashboardLayoutNode.MoveRight(DashboardLayoutNode, Double) Method
In This Article
Moves the current layout item/group to the right of the specified layout item/group.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public void MoveRight(
DashboardLayoutNode layoutNode,
double weight
)
#Parameters
Name | Type | Description |
---|---|---|
layout |
Dashboard |
A Dashboard |
weight | Double | A Double value that specifies the relative size of the current layout item/group. |
See Also