DashboardLayoutNode.Weight Property
Gets or sets the relative size of the layout item/group.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(1)]
public double Weight { get; set; }
<DefaultValue(1)>
Public Property Weight As Double
Property Value
Type | Default | Description |
---|---|---|
Double | 1 |
A Double value that specifies the relative size of the layout item/group. |
Remarks
The Weight property specifies the size of the layout item/group relative to the total weight of the parent's layout items/groups.
See Also
Feedback