The C1MultiPage type exposes the following members.

Constructors

  NameDescription
Public methodC1MultiPage
Constructor of C1MultiPage class.

Methods

  NameDescription
Public methodFindPageView
Gets the index of page with the specified page view ID.
Public methodLoadPostData
LoadPostData.
Public methodMoveFirst
Moves to the first page.
Public methodMoveLast
Moves to the last page.
Public methodMoveNext
Moves to the next page.
Public methodMovePrevious
Moves to the previous page.
Public methodRaisePostDataChangedEvent
RaisePostDataChangedEvent.
Public methodRemovePageView
Removes the page view at the specified index.
Public methodSelectPageViewOverloaded.

Properties

  NameDescription
Public propertyAnimation
Animation effect while switching between pages.
Public propertyAutoPlay
Gets or sets a value that determines whether page views are displayed one by one automatically.
Public propertyAutoPostBack
Gets or sets a value that determines whether postback to server when switching between page views.
Public propertyCausesValidation
Gets or sets a value indicating whether validation is performed when switching between page views.
Public propertyDelay
Gets or sets the delay time of each page in AutoPlay mode.
Public propertyDuration
Expand Animation duration in milliseconds.
Public propertyEasing
Specifies the transition for animation.
Public propertyEnabled
Gets or sets a value indicate if a C1MultiPage control is enabled.
(Overrides WebControl..::..Enabled.)
Public propertyFirstButtonText
Gets or sets text displayed on the first button.
Public propertyInternalEnabled
Public propertyLastButtonText
Gets or sets text displayed on the last button.
Public propertyLoadOnDemand
Gets or sets a value that determines whether only the selected page view is displayed.
Public propertyLoop
Gets or sets a value that determines whether to go back to the first page automatically when the last page is reached.
Public propertyNextButtonText
Gets or sets text displayed on the next button.
Public propertyOnClientBeforeSelectedIndexChange
Handler name of the client BeforeSelectedIndexChange event.
Public propertyOnClientSelectedIndexChanged
Handler name of the client SelectedIndexChanged event.
Public propertyPageCursorFormat
Public propertyParentClientId
Public propertyPrevButtonText
Gets or sets text displayed on the previous button.
Public propertySelectedIndex
Gets or sets the index of the selected page view.
Public propertyShowPageIndex
Gets or sets a value that determines whether the page index is displayed.
Public propertyShowToolBar
Gets or sets a value that determines whether the tool bar is displayed.
Public propertyValidationGroup
Gets or sets the group of controls for which the multipage control causes validation when it posts back to the server.

Events

  NameDescription
Public eventBeforeSelectedIndexChange
Occurs before the SelectedIndex is changed.
Public eventSelectedIndexChanged
Occurs when the SelectedIndex is changed.

See Also