This topic has not yet been rated - Rate this topic

ViewCollection Properties

The ViewCollection type exposes the following members.

  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 Gets a reference to the View control at the specified index location in the ViewCollection collection.
Protected property Owner Gets the ASP.NET server control to which the ControlCollection object belongs. (Inherited from ControlCollection.)
Public property SyncRoot Gets an object that can be used to synchronize access to the collection of controls. (Inherited from ControlCollection.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.