Click or drag to resize
KaxRotator Class
KaxRotator Control
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsBaseDataBoundControl
        System.Web.UI.WebControlsDataBoundControl
          KaxDataBoundControl
            Kettic.AspNet.ControlsKaxRotator

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxRotator : KaxDataBoundControl, IPostBackEventHandler, 
	INamingContainer

The KaxRotator type exposes the following members.

Constructors
  NameDescription
Public methodKaxRotator
Top
Methods
  NameDescription
Public methodBindToEnumerableData
Binds the rotator to a IEnumerable data source
Top
Properties
  NameDescription
Public propertyAppendDataBoundItems
Public propertyAutoPostBack
Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.
Public propertyControlButtons
Public propertyEnableRandomOrder
Gets or sets a value indicating whether to randomize the order of display for the rotator items.
Public propertyFrameDuration
Specifies the time in milliseconds each frame will display in automatic scrolling scenarios.
Public propertyHeight
Gets or sets the height of the Web server control. The default height is 200 pixels.
(Overrides KaxDataBoundControl.Height.)
Public propertyInitialItemIndex
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 propertyItemHeight
Specifies the default rotator item height.
Public propertyItems
Public propertyItemTemplate
Public propertyItemWidth
Specifies the default rotator item width.
Public propertyOnClientItemClicked
The name of the javascript function called after an item is clicked.
Public propertyOnClientItemClicking
The name of the javascript function called when an item is clicked.
Public propertyOnClientItemShowing
The name of the javascript function called when an item is about to be shown.
Public propertyOnClientItemShown
The name of the javascript function called after an item has been shown.
Public propertyOnClientItemsRequested
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 propertyOnClientItemsRequestFailed
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 propertyOnClientLoad
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 propertyOnClientMouseOut
The name of the javascript function called after the mouse leaves an item.
Public propertyOnClientMouseOver
The name of the javascript function called when the mouse hovers over an item.
Public propertyPauseOnMouseOver
Gets or sets a value indicating whether to pause the rotator scrolling when the mouse is over a roatator item
Public propertyPostBackUrl
Public propertyRotatorType
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 propertyScrollDirection
Specifies possible directions for scrolling rotator items.
Public propertyScrollDuration
Specifies the speed in milliseconds for scrolling rotator items.
Public propertySlideShowAnimation
Public propertyWebServiceSettings
Gets the settings for the web service used to populate items
Public propertyWidth
Gets or sets the width of the Web server control. The default width is 200 pixels.
(Overrides KaxDataBoundControl.Width.)
Public propertyWrapFrames
Top
Events
See Also