Click or drag to resize
KaxTrackBar Class
Kettic KaxTrackBar is a flexible UI component that allows users to select a value from a defined range using a smooth or step-based trackbar.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsBaseDataBoundControl
        System.Web.UI.WebControlsDataBoundControl
          KaxDataBoundControl
            Kettic.AspNet.ControlsControlItemContainer
              Kettic.AspNet.ControlsKaxTrackBar

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 KaxTrackBar : ControlItemContainer, 
	IPostBackEventHandler

The KaxTrackBar type exposes the following members.

Constructors
  NameDescription
Public methodKaxTrackBar
Top
Properties
  NameDescription
Public propertyAnimationDuration
Get/Set the length of the animation
Public propertyAutoPostBack
True to cause a postback on value change.
Public propertyDecreaseText
Gets or sets the text for the decrease handle
Public propertyDragText
Gets or sets the text for the increase handle
Public propertyEnableServerSideRendering
Gets or sets a value, indicating whether the HTML of the control will be output from the server or created with client-side code.
Public propertyHeight
Get/Set the Height of the trackbar including the decrease and increase handles.
(Overrides KaxDataBoundControl.Height.)
Public propertyIncreaseText
Gets or sets the text for the increase handle
Public propertyIsDirectionReversed
Get/Set the IsDirectionReversed of the trackbar
Public propertyIsSelectionRangeEnabled
Get/Set the IsSelectionRangeEnabled of the trackbar
Public propertyItems
Gets a KaxTrackBarItemCollection object that contains the items of the current KaxTrackBar control.
Public propertyItemType
Get/Set the ItemType of the trackbar items
Public propertyLargeChange
Get/Set the delta with which the value will change when user click on the track
Public propertyLength Obsolete.
Get/Set the length of the trackbar including the decrease and increase handles.
Public propertyLiveDrag
Get/Set the LiveDrag of the trackbar
Public propertyMaximumValue
Get/Set the max value of the trackbar
Public propertyMinimumValue
Get/Set the min value of the trackbar
Public propertyOnClientBeforeValueChange Obsolete.
Public propertyCode exampleOnClientItemsCreated
Gets or sets a value indicating the client-side event handler that is called when the items of the KaxTrackBar control are created.
Public propertyCode exampleOnClientLoad
Gets or sets a value indicating the client-side event handler that is called when the KaxTrackBar control is initialized.
Public propertyOnClientLoaded Obsolete.
Public propertyCode exampleOnClientSlide
Gets or sets a value indicating the client-side event handler that is called while the handle is being slided.
Public propertyCode exampleOnClientSlideEnd
Gets or sets a value indicating the client-side event handler that is called when slide has ended.
Public propertyCode exampleOnClientSlideStart
Gets or sets a value indicating the client-side event handler that is called before the sliding is started.
Public propertyOnClientValueChange Obsolete.
Public propertyCode exampleOnClientValueChanged
Gets or sets a value indicating the client-side event handler that is called when the value of the trackbar has been changed.
Public propertyCode exampleOnClientValueChanging
Gets or sets a value indicating the client-side event handler that is called just before the value of the trackbar changes.
Public propertyOrientation
Get/Set orientation of the trackbar
Public propertySelectedIndex
Gets the Value of the selected item in case ItemType of the KaxTrackBar control equals TrackBarItemType.Item.
Public propertySelectedItem
Gets a KaxTrackBarItem object that represents the selected item in the KaxTrackBar control in case ItemType of the control equals TrackBarItemType.Item.
Public propertySelectedItems
Gets a collection of KaxTrackBarItem objects that represent the items in the KaxTrackBar control that are currently selected in case ItemType of the control equals TrackBarItemType.Item.
Public propertySelectedValue
Gets the Value of the selected item in case ItemType of the KaxTrackBar control equals TrackBarItemType.Item.
Public propertySelectionEnd
Get/Set the SelectionEnd of the trackbar
Public propertySelectionStart
Get/Set the SelectionStart of the trackbar
Public propertyShowDecreaseHandle
Show/Hide the decrease handle
Public propertyShowDragHandle
Show/Hide the drag handle
Public propertyShowIncreaseHandle
Show/Hide the increase handle
Public propertySmallChange
Get/Set the step with which the trackbar value will change
Public propertyThumbsInteractionMode
Get/Set the InteractionMode of the trackbar thumbs
Public propertyTrackMouseWheel
Enable/Disable whether the mouse wheel should be handled
Public propertyTrackPosition
Get/Set the TrackPosition of the trackbar track
Public propertyValue
Get/Set the value of the trackbar
Public propertyValueToolTipPosition
Get/Set the ValueToolTipPosition of the trackbar track
Public propertyWidth
Get/Set the Width of the trackbar including the decrease and increase handles.
(Overrides KaxDataBoundControl.Width.)
Top
Events
  NameDescription
Public eventValueChanged
Top
See Also