AjaxUpdatedControlsCollection Class |
A collection of the controls that are updated by the AjaxConsole.
Inheritance Hierarchy
SystemObject
System.CollectionsCollectionBase
Kettic.AspNet.ControlsAjaxUpdatedControlsCollection
Namespace: Kettic.AspNet.ControlsAssembly: 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
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Class AjaxUpdatedControlsCollection
Inherits CollectionBase
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class AjaxUpdatedControlsCollection : public CollectionBase
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
type AjaxUpdatedControlsCollection =
class
inherit CollectionBase
end
The AjaxUpdatedControlsCollection type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | Add | Adds an item to the collection |
 | AddRange | |
 | Contains | Checks wether the collection contains the specified item. |
 | IndexOf | Gets the index of the specified item in the collection. |
 | Insert | Inserts an item at the specified index in the collection. |
 | Remove | Removes the specified item from the collection |
Top
Properties
| Name | Description |
---|
 | Item | The default indexer of the collection. |
Top
See Also