SplitterBuilder.SeparatorSize(Double) Method
Specifies the size of a separator bar in pixels. Mirrors the client-side separatorSize option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public SplitterBuilder SeparatorSize(
double value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Double | The separator size in pixels. |
Returns
| Type | Description |
|---|---|
| SplitterBuilder | A reference to this instance after the method is called. |
See Also