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

Telerik.Web.UI.InputSettingsCollection

Collection holding Telerik.Web.UI.InputSetting items.

Inheritance Hierarchy

  • System.Object
  • System.Web.UI.StateManagedCollection
  • Telerik.Web.UI.InputSettingsCollection

Methods

Add

Adds an to the end of the collection.

Parameters

value Telerik.Web.UI.InputSetting

The .

Returns

System.Int32

Contains

Determines whether an element is in the collection.

Parameters

value Telerik.Web.UI.InputSetting

The value.

Returns

System.Boolean

CopyTo

Copies the entire collection to a compatible one-dimensional array, starting at the beginning of the target array.

Parameters

inputSettings Telerik.Web.UI.InputSetting

The .

index System.Int32

The starting index.

Returns

System.Void

IndexOf

Returns the zero-based index of the first occurrence of a in the collection.

Parameters

value Telerik.Web.UI.InputSetting

The .

Returns

System.Int32

Insert

Inserts an element into the collection at the specified index.

Parameters

index System.Int32

The index.

value Telerik.Web.UI.InputSetting

The .

Returns

System.Void

Remove

Removes the first occurrence of a specific from the collection.

Parameters

value Telerik.Web.UI.InputSetting

The .

Returns

System.Void

RemoveAt

Removes the element at the specified index of the collection.

Parameters

index System.Int32

The index.

Returns

System.Void

In this article