BuildMaster SDK Reference
Version:
ClassCollection Class
Represents a collection of CSS classes on an element.
Inheritance Hierarchy
- object
- Inedo.Web.Controls.ClassCollection
Syntax
public
class
ClassCollection : IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, System.Collections.IEnumerable, IList<string>, ICollection<string>
Properties
|
Name |
Description |
|
Count
|
Gets the number of classes.
|
|
Item
|
|