ASPxClientSplitterPane.GetClientHeight Method
In This Article
Gets the height of the pane‘s content area.
#Declaration
TypeScript
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