ASPxClientSplitterPane.SetSize(size) Method
Specifies the splitter pane‘s size in pixels.
Declaration
SetSize(
size: number | string
): void
Parameters
Name | Type | Description |
---|---|---|
size | string | number | An integer value that specifies the splitter pane’s size. |
Remarks
Note
This method does not work if the SplitterPane.AutoHeight or SplitterPane.AutoWidth property is set to true
.
See Also