SplitterItemBuilder.Size(Double) Method
Specifies the initial size of an item (pane) in pixels or as a percentage. The size changes after any layout alteration. Mirrors the client-side size option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public SplitterItemBuilder Size(
double value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Double | The option value. |
Returns
| Type | Description |
|---|---|
| SplitterItemBuilder | A reference to this instance after the method is called. |
See Also