| KaxMultiPage Class |
Namespace: Kettic.AspNet.Controls
The KaxMultiPage type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxMultiPage |
| Name | Description | |
|---|---|---|
| FindPageViewByID |
Finds a KaxPageView with the specified ID.
|
| Name | Description | |
|---|---|---|
| PageViews |
Gets a KaxPageViewCollection that represents the KaxMultiPage
controls int the current KaxMultiPage instance.
| |
| RenderSelectedPageOnly |
Gets or sets a value indicating whether to render only the currently selected KaxMultiPage.
| |
| ScrollBars |
Gets or sets the visibility and position of scroll bars in the KaxMultiPage control.
| |
| SelectedIndex |
Gets or sets the index of the selected KaxMultiPage.
|
| Name | Description | |
|---|---|---|
| PageViewCreated |
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.
|