The C1MultiPage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1MultiPage |
Default constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateInstance |
Creates the instance of the class.
Type of the class can be determined by value of the DOM element's className.
|
![]() | Dispose |
Disposes the resources.
(Overrides ComponentDispose()()()().) |
![]() | FindPageView |
Gets the index of page with the specified page view ID.
|
![]() | Initialize |
Initializes the multipage control.
(Overrides ComponentInitialize()()()().) |
![]() | MoveFirst |
Moves to the first page.
|
![]() | MoveLast |
Moves to the last page.
|
![]() | MoveNext |
Moves to the next page.
|
![]() | MovePrevious |
Moves to the previous page.
|
![]() | Play |
Starts the page swapping process.
|
![]() | SelectPageView |
Selects the page view by the ID.
|
![]() | Stop |
Stops the page swapping process.
|
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 | |
![]() | Delay |
Gets or sets a value that determines whether page views are displayed one by one automatically..
|
![]() | Duration |
Animation duration in milliseconds.
|
![]() | Easing |
The transition for animation.
|
![]() | Enabled |
Gets or sets the enabled status of this page view.
|
![]() | InternalEnabled | |
![]() | IsPlaying |
Gets a value that indicates whether the auto play is on processing.
|
![]() | Loop |
Gets or sets a value that determines whether postback to server when switching between page views.
|
![]() | OnClientBeforeSelectedIndexChange |
Handler name of the client BeforeSelectedIndexChange event.
|
![]() | OnClientSelectedIndexChanged |
Handler name of the client SelectedIndexChanged event.
|
![]() | PageCount | |
![]() | PageCursorFormat | |
![]() | PageViews | |
![]() | SelectedIndex |
Gets or sets the index of the selected page view.
|
![]() | VisualStyle |
Gets or sets the VisualStyle.
|
Events
Name | Description | |
---|---|---|
![]() | BeforeSelectedIndexChange |
Fires before SelectedIndex changes.
|
![]() | SelectedIndexChanged |
Fires after the SelectedIndex changed.
|