ASPxClientSplitterPane.GetElement Method
Returns an HTML element representing a splitter pane object.
Declaration
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