Click or drag to resize
KaxMultiPage Class
A control which contains KaxPageView controls. Only one page view can be visible at a time.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxMultiPage

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 KaxMultiPage : KaxWebControl

The KaxMultiPage type exposes the following members.

Constructors
  NameDescription
Public methodKaxMultiPage
Top
Methods
  NameDescription
Public methodFindPageViewByID
Finds a KaxPageView with the specified ID.
Top
Properties
  NameDescription
Public propertyPageViews
Gets a KaxPageViewCollection that represents the KaxMultiPage controls int the current KaxMultiPage instance.
Public propertyRenderSelectedPageOnly
Gets or sets a value indicating whether to render only the currently selected KaxMultiPage.
Public propertyScrollBars
Gets or sets the visibility and position of scroll bars in the KaxMultiPage control.
Public propertySelectedIndex
Gets or sets the index of the selected KaxMultiPage.
Top
Events
  NameDescription
Public eventCode examplePageViewCreated
Occurs when page views are added programmatically to the KaxMultiPage control. It also occurs after postback when the KaxMultiPage control recreates its page views from ViewState.
Top
Remarks
KaxMultiPage is usually used with KaxTabControl to create paged data entry forms. Use the MultiPageID property to associate a KaxMultiPage control with KaxTabControl.
See Also