JQueryTabCollection MembersKentico 8.0 API Reference
The JQueryTabCollection type exposes the following members.
Constructors

  NameDescription
Public methodJQueryTabCollection
JQuery tab collection constructor.
Back to Top
Methods

  NameDescription
Public methodAdd
Adds the specified System.Web.UI.Control object to the collection at the specified index location.
(Overrides OnlineControlCollection Add(Control).)
Public methodAddAt
Adds the specified System.Web.UI.Control object to the collection at the specified index location.
(Overrides OnlineControlCollection AddAt(Int32, Control).)
Public methodOnlineClear
Removes all controls from the current server control's OnlineControlCollection object.
(Inherited from OnlineControlCollection.)
Public methodOnlineContains
Determines whether the specified server control is in the parent server control's OnlineControlCollection object.
(Inherited from OnlineControlCollection.)
Public methodOnlineCopyTo
Copies the child controls stored in the OnlineControlCollection object to an OnlineArray object, beginning at the specified index location in the OnlineArray.
(Inherited from OnlineControlCollection.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetEnumerator
Retrieves an enumerator that can iterate through the OnlineControlCollection object.
(Inherited from OnlineControlCollection.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineIndexOf
Retrieves the index of a specified OnlineControl object in the collection.
(Inherited from OnlineControlCollection.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineRemove
Removes the specified server control from the parent server control's OnlineControlCollection object.
(Inherited from OnlineControlCollection.)
Public methodOnlineRemoveAt
Removes a child control, at the specified index location, from the OnlineControlCollection object.
(Inherited from OnlineControlCollection.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Properties

  NameDescription
Public propertyOnlineCount
Gets the number of server controls in the OnlineControlCollection object for the specified ASP.NET server control.
(Inherited from OnlineControlCollection.)
Public propertyOnlineIsReadOnly
Gets a value indicating whether the OnlineControlCollection object is read-only.
(Inherited from OnlineControlCollection.)
Public propertyOnlineIsSynchronized
Gets a value indicating whether the OnlineControlCollection object is synchronized.
(Inherited from OnlineControlCollection.)
Public propertyItem
Tabs collection.
Protected propertyOnlineOwner
Gets the ASP.NET server control to which the OnlineControlCollection object belongs.
(Inherited from OnlineControlCollection.)
Public propertyOnlineSyncRoot
Gets an object that can be used to synchronize access to the collection of controls.
(Inherited from OnlineControlCollection.)
Back to Top
See Also