The DnnTabCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of server controls in the ControlCollection object for the specified ASP.NET server control.
(Inherited from ControlCollection.)
Public propertyIsReadOnly
Gets a value indicating whether the ControlCollection object is read-only.
(Inherited from ControlCollection.)
Public propertyIsSynchronized
Gets a value indicating whether the ControlCollection object is synchronized.
(Inherited from ControlCollection.)
Public propertyItem
Protected propertyOwner
Gets the ASP.NET server control to which the ControlCollection object belongs.
(Inherited from ControlCollection.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection of controls.
(Inherited from ControlCollection.)

See Also