The C1MultiPage type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Animation |
Animation effect while switching between pages.
| |
| AutoPlay |
Gets or sets a value that determines whether page views are displayed one by one automatically.
| |
| AutoPostBack |
Gets or sets a value that determines whether postback to server when switching between page views.
| |
| CausesValidation |
Gets or sets a value indicating whether validation is performed when switching between page views.
| |
| Delay |
Gets or sets the delay time of each page in AutoPlay mode.
| |
| Duration |
Expand Animation duration in milliseconds.
| |
| Easing |
Specifies the transition for animation.
| |
| Enabled |
Gets or sets a value indicate if a C1MultiPage control is enabled.
(Overrides WebControl..::..Enabled.) | |
| FirstButtonText |
Gets or sets text displayed on the first button.
| |
| InternalEnabled | ||
| LastButtonText |
Gets or sets text displayed on the last button.
| |
| LoadOnDemand |
Gets or sets a value that determines whether only the selected page view is displayed.
| |
| Loop |
Gets or sets a value that determines whether to go back to the first page automatically when the last page is reached.
| |
| NextButtonText |
Gets or sets text displayed on the next button.
| |
| OnClientBeforeSelectedIndexChange |
Handler name of the client BeforeSelectedIndexChange event.
| |
| OnClientSelectedIndexChanged |
Handler name of the client SelectedIndexChanged event.
| |
| PageCursorFormat | ||
| ParentClientId | ||
| PrevButtonText |
Gets or sets text displayed on the previous button.
| |
| SelectedIndex |
Gets or sets the index of the selected page view.
| |
| ShowPageIndex |
Gets or sets a value that determines whether the page index is displayed.
| |
| ShowToolBar |
Gets or sets a value that determines whether the tool bar is displayed.
| |
| ValidationGroup |
Gets or sets the group of controls for which the multipage control causes validation when it posts back to the server.
|