New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

SchedulerAttributeCollection Object

The SchedulerAttributeCollection client-side object represents a Key-Value list of attributes. Each attribute has a Name (Key) and a Value.Two attributes with the same Names (Keys) cannot exist in the collection at the same time.

The tables below lists all public properties and the most important methods of the SchedulerAttributeCollection client-side object.

 

NameParametersReturn TypeDescription
get_count()NoneIntGets the number of attributes in the collection.
getAttribute()StringStringGets the value of the attribute with the specified name (key).
removeAttribute()StringNoneRemoves the attribute with the specified name (key) from the collection.
setAttribute()String (key), String (value)NoneSets the specified value to the attribute with the specified name (key). If an attribute with such name (key) does not exist in the collection, it will be added.

See Also

In this article
See Also
Not finding the help you need?
Contact Support