New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
DockCommand Object
The following table lists the most important methods of the client-side DockCommand object:
Name | Parameters | Return Type | Description |
---|---|---|---|
get_radDock | none | RadDock | Returns the RadDock object to which this command belongs. |
get_text | none | string | Returns the string that appears in the tool tip for this command. |
set_text | string | none | Sets the string that appears in the tool tip for this command. |
get_name | none | string | Returns the name of this command. |
set_name | string | none | Sets the name of this command. |
get_element | none | HTML element | Returns the DOM element for the command as it appears in the parent RadDock control's title bar. |