New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.SchedulerAttributeCollection

Inheritance Hierarchy

Methods

clear

Clears the collection of all attributes in it.

Parameters

Returns

None

clone

Creates a copy of the collection

Parameters

Returns

Telerik.Web.UI.SchedulerAttributeCollection A copy of the current collection

forEach

Executes the specified function for each attribute in the collection. The attribute key is passed as first argument to the function and the value as a second.

Parameters

lambda Function

The function to execute for each attribute in the collection. For example function

Returns

None

get_count

Gets the number of attributes in the collection.

Parameters

Returns

Number The number of attributes in the collection

getAttribute

Gets the attribute value for the specified key.

Parameters

key String

The key to search for

Returns

String The attribute value for the specified key

removeAttribute

Removes the specified attribute from the collection.

Parameters

key String

The attribute key to remove.

Returns

None

setAttribute

Sets the attribute value for the specified key.

Parameters

key String

The attribute key

value String

The attribute value

Returns

None

In this article