Click or drag to resize
AjaxUpdatedControlsCollection Class
A collection of the controls that are updated by the AjaxConsole.
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Kettic.AspNet.ControlsAjaxUpdatedControlsCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class AjaxUpdatedControlsCollection : CollectionBase

The AjaxUpdatedControlsCollection type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd
Adds an item to the collection
Public methodAddRange
Public methodContains
Checks wether the collection contains the specified item.
Public methodIndexOf
Gets the index of the specified item in the collection.
Public methodInsert
Inserts an item at the specified index in the collection.
Public methodRemove
Removes the specified item from the collection
Top
Properties
  NameDescription
Public propertyItem
The default indexer of the collection.
Top
See Also