ASPxClientSplitterPane.GetClientHeight Method
Gets the height of the pane‘s content area.
Declaration
GetClientHeight(): number
Returns
Type | Description |
---|---|
number | The height of the pane’s content area. |
Remarks
Use the ASPxClientSplitterPane.GetClientWidth method to obtain the width of the pane’s content area on the client side.
See Also