New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Attributes Object
Updated over 6 months ago
The Attributes object is returned by the get_attributes() method of the RadToolBar or RadToolBarItem client object. The following table lists its methods:
| Name | Parameters | Return Type | Description |
|---|---|---|---|
| get_count | none | integer | Returns the number of custom attributes in the collection. |
| getAttribute | string | string | Returns the value of the custom attribute with the specified name |
| removeAttribute | string | none | Removes the attribute with the specified name from the collection. |
| setAttribute | string, string | none | Sets the attribute named by the first parameter to the value specified by the second parameter. |