SplitterBuilder.Height(String) Method
Specifies the UI component's height. Mirrors the client-side height option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public SplitterBuilder Height(
string value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | A CSS-accepted measurement of height. For example, “55px”, “20vw”, “80%”, “auto”, “inherit”. |
Returns
| Type | Description |
|---|---|
| SplitterBuilder | A reference to this instance after the method is called. |
See Also