RadControls for ASP.NET AJAX The AttributesCollection type exposes the following members.
Methods
|
| Name | Description |
|---|
 | Add |
Add an Attribute to the collection
|
 | Clear |
Clears the Attribute collection
|
 | Contains |
Determines whether the collection contains an element with the specified key.
|
 | CopyTo |
Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from ICollection.)
|
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | GetEnumerator |
Returns an IDictionaryEnumerator object for the IDictionary object.
|
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Remove |
Removes the element with the specified key from the collection.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also