Property | Type | Possible Values | Description |
|---|
RotatorType | Enum | AutomaticAdvance Buttons ButtonsOver FromCode SlideShow SlideShowButtons CarouselButtons Carousel Coverflow CoverFlowButtons
|
Specifies the type of rotator (how the rotator will render and what options the user will have for interacting with it on the client)
If one of the slide show modes is set, the SlideShowAnimation-Duration and SlideShowAnimation-Type properties take effect
|
ScrollDirection | Enum | | Specifies possible directions for scrolling rotator items. |
ScrollDuration | Int | Int values | Specifies the speed in milliseconds for scrolling rotator items. Default value is 500. |
WrapFrames | Boolean | true or false |
Forces RadRotator to wrap the items (i.e. after the last item is shown, the rotator will start again from the first item).
*Note: The value of the WrapFrames property does not influence the behavior of the control, in case RotatorType is set to Carousel, CarouselButtons, CoverFlow or CoverFlowButtons. WrapFrames is always true, in case RotatorType is set to Carousel or CarouselButtons, and it is always false, in case RotatorType is set to CoverFlow or CoverFlowButtons.
|
InitialItemIndex | Int | Int values |
Specifies the index of the item, which will be shown first when the rotator loads.
Any other positive value - the rotator starts with that particular item in the viewport.
|
FrameDuration | Int | Int values | Specifies the time in milliseconds each frame will display in automatic scrolling scenarios. Default value is 2000. |
PauseOnMouseOver | Boolean | true or false | When this property is set to true (the default value), the RadRotator control stops when the mouse is over the items. |
EnableRandomOrder | Boolean | true or false | Forces the RadRotator control to shows its items randomly |
ItemWidth | Unit | Pixels | Specifies the rotator item's width. |
ItemHeight | Unit | Pixels | Specifies rotator item's height. |
Height | Unit | Pixels | Gets or sets the height of the Web server control. The default height is 200 pixels. |
Width | Unit | Pixels | Gets or sets the width of the Web server control. The default width is 200 pixels. |
OnClientItemClicking | String | String | Sets the name of the javascript function called when an item is clicked. |
OnClientItemClicked | String | String | Sets the name of the javascript function called after a item is clicked. |
OnClientMouseOver | String | String | Sets the name of the javascript function called when the mouse hovers a item. |
OnClientMouseOut | String | String | Sets the name of the javascript function called after the mouse leaves a item. |
OnClientItemShowing | String | String | Sets the name of the javascript function called when an item is about to be shown. |
OnClientItemShown | String | String | Sets the name of the javascript function called after an item has been shown. |
WebServiceSettings | | | |