KaxPageViewCollection Class |
Inheritance Hierarchy
SystemObject
System.Web.UIControlCollection
Kettic.AspNet.ControlsKaxPageViewCollection
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public class KaxPageViewCollection : ControlCollection
Public Class KaxPageViewCollection
Inherits ControlCollection
public ref class KaxPageViewCollection : public ControlCollection
type KaxPageViewCollection =
class
inherit ControlCollection
end
The KaxPageViewCollection type exposes the following members.
Constructors Methods
| Name | Description |
---|
| Insert |
Inserts the specified KaxPageView object in the current
KaxPageViewCollection at the specified index location.
|
TopProperties Remarks
The
KaxPageViewCollection class represents a collection of
KaxPageView objects.
-
Use the indexer to programmatically retrieve a
single KaxPageView from the collection, using array notation.
-
Use the Count property to determine the total
number of KaxPageView controls in the collection.
-
Use the Add method to add KaxPageView controls to the collection.
-
Use the Remove method to remove KaxPageView controls from the
collection.
See Also