ASPxClientSplitterPane.GetElement Method
In This Article
Returns an HTML element representing a splitter pane object.
#Declaration
TypeScript
GetElement(): any
#Returns
Type | Description |
---|---|
any | The HTML element representing a splitter pane object. |
#Remarks
The GetElement method allows you to obtain a pane’s corresponding HTML element on the client.
See Also