Click or drag to resize
KaxPageViewCollection Class
A collection of KaxPageView objects in a KaxMultiPage control.
Inheritance Hierarchy
SystemObject
  System.Web.UIControlCollection
    Kettic.AspNet.ControlsKaxPageViewCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxPageViewCollection : ControlCollection

The KaxPageViewCollection type exposes the following members.

Constructors
  NameDescription
Public methodKaxPageViewCollection
Initializes a new instance of the KaxPageViewCollection class.
Top
Methods
  NameDescription
Public methodInsert
Inserts the specified KaxPageView object in the current KaxPageViewCollection at the specified index location.
Top
Properties
  NameDescription
Public propertyItem
Gets the KaxPageView at the specified index in the collection.
Top
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