The C1ViewCollection type exposes the following members.

Constructors

  Name Description
Public method C1ViewCollection
Creates an instance of C1PageViewCollection class.

Methods

  Name Description
Public method Add
Adds a control to this collection.
(Overrides ControlCollection..::..Add(Control).)
Public method AddAt
Adds a control to the specified position.
(Overrides ControlCollection..::..AddAt(Int32, Control).)
Public method Clear
Clears the collection.
(Overrides ControlCollection..::..Clear()()()().)
Public method Contains
Determines whether the specified server control is in the parent server control's ControlCollection object.
(Inherited from ControlCollection.)
Public method CopyTo
Copies the child controls stored in the ControlCollection object to an Array object, beginning at the specified index location in the Array.
(Inherited from ControlCollection.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetEnumerator
Retrieves an enumerator that can iterate through the ControlCollection object.
(Inherited from ControlCollection.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Retrieves the index of a specified Control object in the collection.
(Inherited from ControlCollection.)
Public method Remove
Removes the control from the collection.
(Overrides ControlCollection..::..Remove(Control).)
Public method RemoveAt
Removes the control at specified position.
(Overrides ControlCollection..::..RemoveAt(Int32).)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Count
Gets the number of server controls in the ControlCollection object for the specified ASP.NET server control.
(Inherited from ControlCollection.)
Public property IsReadOnly
Gets a value indicating whether the ControlCollection object is read-only.
(Inherited from ControlCollection.)
Public property IsSynchronized
Gets a value indicating whether the ControlCollection object is synchronized.
(Inherited from ControlCollection.)
Public property Item
Public property SyncRoot
Gets an object that can be used to synchronize access to the collection of controls.
(Inherited from ControlCollection.)

See Also