RadControls for ASP.NET AJAX The BorderStylesCollection type exposes the following members.
Constructors
Methods
|
| Name | Description |
|---|
 | Add |
Adds an item to the collection.
|
 | Clear |
Removes all items from the collection.
|
 | Contains |
Determines whether the collection contains a specific value.
|
 | 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 enumerator that iterates through a collection. (Inherited from IEnumerable.)
|
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | IndexOf |
Determines the index of a specific item in the collection.
|
 | Insert |
Inserts an item to the IList at the specified index.
|
 | Remove |
Removes the first occurrence of a specific object from the collection.
|
 | RemoveAt |
Removes the collection item at the specified index.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
|
| Name | Description |
|---|
 | Count |
Gets the number of elements contained in the ICollection. (Inherited from ICollection.)
|
 | IsFixedSize |
Gets a value indicating whether the collection has a fixed size.
|
 | IsReadOnly |
Gets a value indicating whether the collection is read-only.
|
 | IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.)
|
 | Item |
Gets/sets the BorderStyles element at a given position
|
 | SyncRoot |
Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.)
|
See Also