Click or drag to resize
AjaxSettingsCollection Class
Summary description for ConfiguredControls.
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Kettic.AspNet.ControlsAjaxSettingsCollection

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 AjaxSettingsCollection : CollectionBase

The AjaxSettingsCollection type exposes the following members.

Constructors
  NameDescription
Public methodAjaxSettingsCollection
The default constructor for AjaxSettingsCollection class.
Top
Methods
  NameDescription
Public methodAdd
Adds an item to the collection.
Public methodAddAjaxSetting(Control, Control)
This method adds a new AjaxSetting to the collection by building one from its parameters.
Public methodAddAjaxSetting(Control, Control, KaxAjaxWaitIndicator)
Public methodContains
Checks wether the item is present in the collection.
Public methodIndexOf
Determines the index of the specified item.
Public methodInsert
Inserts an item at the specificed index in the collection.
Public methodRemove
Removes an item from the collection.
Public methodToString (Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyItem
Default indexer for the collection.
Top
See Also