The C1MultiPage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1MultiPage |
Constructor of C1MultiPage class.
|
Methods
Name | Description | |
---|---|---|
![]() | FindPageView |
Gets the index of page with the specified page view ID.
|
![]() | LoadPostData |
LoadPostData.
|
![]() | MoveFirst |
Moves to the first page.
|
![]() | MoveLast |
Moves to the last page.
|
![]() | MoveNext |
Moves to the next page.
|
![]() | MovePrevious |
Moves to the previous page.
|
![]() | RaisePostDataChangedEvent |
RaisePostDataChangedEvent.
|
![]() | RemovePageView |
Removes the page view at the specified index.
|
![]() | SelectPageView | Overloaded. |
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.
|
Events
Name | Description | |
---|---|---|
![]() | BeforeSelectedIndexChange |
Occurs before the SelectedIndex is changed.
|
![]() | SelectedIndexChanged |
Occurs when the SelectedIndex is changed.
|