| KaxTrackBar Class |
Namespace: Kettic.AspNet.Controls
The KaxTrackBar type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxTrackBar |
| Name | Description | |
|---|---|---|
| AnimationDuration |
Get/Set the length of the animation
| |
| AutoPostBack |
True to cause a postback on value change.
| |
| DecreaseText |
Gets or sets the text for the decrease handle
| |
| DragText |
Gets or sets the text for the increase handle
| |
| EnableServerSideRendering |
Gets or sets a value, indicating whether the HTML of the control will be output from the server or created with client-side code.
| |
| Height |
Get/Set the Height of the trackbar including the decrease and increase handles.
(Overrides KaxDataBoundControl.Height.) | |
| IncreaseText |
Gets or sets the text for the increase handle
| |
| IsDirectionReversed |
Get/Set the IsDirectionReversed of the trackbar
| |
| IsSelectionRangeEnabled |
Get/Set the IsSelectionRangeEnabled of the trackbar
| |
| Items |
Gets a KaxTrackBarItemCollection object that contains the items of the current KaxTrackBar control.
| |
| ItemType |
Get/Set the ItemType of the trackbar items
| |
| LargeChange |
Get/Set the delta with which the value will change
when user click on the track
| |
| Length | Obsolete.
Get/Set the length of the trackbar including the decrease and increase handles.
| |
| LiveDrag |
Get/Set the LiveDrag of the trackbar
| |
| MaximumValue |
Get/Set the max value of the trackbar
| |
| MinimumValue |
Get/Set the min value of the trackbar
| |
| OnClientBeforeValueChange | Obsolete. | |
| OnClientItemsCreated |
Gets or sets a value indicating the client-side event handler that is called when
the items of the KaxTrackBar control are created.
| |
| OnClientLoad |
Gets or sets a value indicating the client-side event handler that is called when
the KaxTrackBar control is initialized.
| |
| OnClientLoaded | Obsolete. | |
| OnClientSlide |
Gets or sets a value indicating the client-side event handler that is called
while the handle is being slided.
| |
| OnClientSlideEnd |
Gets or sets a value indicating the client-side event handler that is called
when slide has ended.
| |
| OnClientSlideStart |
Gets or sets a value indicating the client-side event handler that is called before
the sliding is started.
| |
| OnClientValueChange | Obsolete. | |
| OnClientValueChanged |
Gets or sets a value indicating the client-side event handler that is called
when the value of the trackbar has been changed.
| |
| OnClientValueChanging |
Gets or sets a value indicating the client-side event handler that is called
just before the value of the trackbar changes.
| |
| Orientation |
Get/Set orientation of the trackbar
| |
| SelectedIndex | ||
| SelectedItem |
Gets a KaxTrackBarItem object that represents the selected item in the KaxTrackBar control in case
ItemType of the control equals TrackBarItemType.Item.
| |
| SelectedItems |
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.
| |
| SelectedValue | ||
| SelectionEnd |
Get/Set the SelectionEnd of the trackbar
| |
| SelectionStart |
Get/Set the SelectionStart of the trackbar
| |
| ShowDecreaseHandle |
Show/Hide the decrease handle
| |
| ShowDragHandle |
Show/Hide the drag handle
| |
| ShowIncreaseHandle |
Show/Hide the increase handle
| |
| SmallChange |
Get/Set the step with which the trackbar value will change
| |
| ThumbsInteractionMode |
Get/Set the InteractionMode of the trackbar thumbs
| |
| TrackMouseWheel |
Enable/Disable whether the mouse wheel should be handled
| |
| TrackPosition |
Get/Set the TrackPosition of the trackbar track
| |
| Value |
Get/Set the value of the trackbar
| |
| ValueToolTipPosition |
Get/Set the ValueToolTipPosition of the trackbar track
| |
| Width |
Get/Set the Width of the trackbar including the decrease and increase handles.
(Overrides KaxDataBoundControl.Width.) |
| Name | Description | |
|---|---|---|
| ValueChanged |