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

Telerik.Web.UI.AjaxUpdatedControl

This class holds a reference to a single updated control and the loading panel to display.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.AjaxUpdatedControl

Properties

ControlID String

The ID of the web control that is to be updated.

LoadingPanelID String

The ID of the RadAjaxLoadingPanel to be displayed during the update of the control.

UpdatePanelCssClass String

Set class attribute to UpdatePanel that will wrap the UpdatedControl

UpdatePanelHeight Unit

Height which will be set to the generated UpdatePanel

UpdatePanelRenderMode UpdatePanelRenderMode

Gets or sets the render mode of the the RadAjaxPanel. The default value is Block.

Methods

Equals

Determines whether the specified is equal to the current .

Parameters

other System.Object

Returns

System.Boolean true if the specified is equal to the current ; otherwise, false.

GetHashCode

Serves as a hash function for a particular type.

Returns

System.Int32 A hash code for the current .

In this article