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