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