Click or drag to resize
KaxRotator Properties

The KaxRotator type exposes the following members.

Properties
  Name Description
Public property AppendDataBoundItems
Public property AutoPostBack
Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.
Public property ControlButtons
Public property EnableRandomOrder
Gets or sets a value indicating whether to randomize the order of display for the rotator items.
Public property FrameDuration
Specifies the time in milliseconds each frame will display in automatic scrolling scenarios.
Public property Height
Gets or sets the height of the Web server control. The default height is 200 pixels.
(Overrides KaxDataBoundControl.Height.)
Public property InitialItemIndex
Specifies the index of the item, which will be shown first when the rotator loads. When set to 0 (default) - positions initial item to be visible in the rotator. When set to -1 - positions the initial item just outside of the rotator viewport. Any other positive value - the rotator starts with that particular item in the viewport.
Public property ItemHeight
Specifies the default rotator item height.
Public property Items
Public property ItemTemplate
Public property ItemWidth
Specifies the default rotator item width.
Public property OnClientItemClicked
The name of the javascript function called after an item is clicked.
Public property OnClientItemClicking
The name of the javascript function called when an item is clicked.
Public property OnClientItemShowing
The name of the javascript function called when an item is about to be shown.
Public property OnClientItemShown
The name of the javascript function called after an item has been shown.
Public property OnClientItemsRequested
Gets or sets a value indicating the client-side event handler that is called when the KaxRotator items were just populated when load on demand(from web service).
Public property OnClientItemsRequestFailed
Gets or sets a value indicating the client-side event handler that is called when the operation for populating the KaxRotator when load on demand has failed.
Public property OnClientLoad
The name of the javascript function called when the rotator is loaded on the client. The function is called right before the automatic animation (if used) begins.
Public property OnClientMouseOut
The name of the javascript function called after the mouse leaves an item.
Public property OnClientMouseOver
The name of the javascript function called when the mouse hovers over an item.
Public property PauseOnMouseOver
Gets or sets a value indicating whether to pause the rotator scrolling when the mouse is over a roatator item
Public property PostBackUrl
Public property RotatorType
Specifies the type of rotator [how the rotator will render and what options the user will have for interacting with it on the client]
Public property ScrollDirection
Specifies possible directions for scrolling rotator items.
Public property ScrollDuration
Specifies the speed in milliseconds for scrolling rotator items.
Public property SlideShowAnimation
Public property WebServiceSettings
Gets the settings for the web service used to populate items
Public property Width
Gets or sets the width of the Web server control. The default width is 200 pixels.
(Overrides KaxDataBoundControl.Width.)
Public property WrapFrames
Top
See Also