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

Telerik.Web.UI.ControlItemContainer : Telerik.Web.UI.RadWebControl

Inheritance Hierarchy

Methods

commitChanges

Commits the changes made to the ControlItemContainer that will be preserved over post-backs.

Parameters

Returns

None

get_attributes

Returns the collection of arbitrary attributes

Parameters

Returns

Telerik.Web.UI.AttributeCollection The attribute collection

get_enabled

Boolean value indicating whether the ControlItemCotaniner is enabled or disabled

Parameters

Returns

Boolean Returns boolean value indicating whether the ControlItemContainer is enabled or disabled

set_enabled

Enables the ControlItemContainer

Parameters

value Boolean

A boolean value to enable

Returns

None

trackChanges

Starts tracking changes made to the ControlItemContainer that will be preserved over post-backs.

Parameters

Returns

None

In this article