MVCxTrackBarProperties Properties
Contains TrackBar specific properties.| Name | Description |
|---|---|
| AllowMouseWheel | Gets or sets a value that specifies whether or not an end-user is able to change the editor’s value using the mouse wheel. Inherited from TrackBarProperties. |
| AllowRangeSelection | Gets or sets a value that specifies whether or not an end-user can select a range of track bar values. Inherited from TrackBarProperties. |
| BarHighlightStyle | Gets the style settings which define the bar highlight‘s appearance. Inherited from TrackBarProperties. |
| Caption | Gets or sets the TrackBar caption. |
| CaptionCellStyle | Gets the style settings that define the caption cell appearance. |
| CaptionSettings | Provides access to the editor caption settings. |
| CaptionStyle | Gets the style settings that define the caption appearance. |
| ClientInstanceName | Specifies the editor’s client programmatic identifier. Inherited from EditPropertiesBase. |
| ClientSideEvents | Gets an object that lists the client-side events specific to the TrackBarProperties. Inherited from TrackBarProperties. |
| ConvertEmptyStringToNull | Gets or sets a value that specifies whether empty string values are converted to a null reference when an inplace editor’s value is retrieved from a data source field. Inherited from EditProperties. |
| CssFilePath | Gets or sets the path to a CSS file that defines the editor’s appearance. Inherited from EditPropertiesBase. |
| CssPostfix | Gets or sets a CSS class name postfix that identifies style settings to be applied to the editor. Inherited from EditPropertiesBase. |
| DecrementButtonImage | Provides access to the settings that define an image of a decrement button. Inherited from TrackBarProperties. |
| DecrementButtonStyle | Gets the style settings that define the decrement button‘s appearance. Inherited from TrackBarProperties. |
| DecrementButtonToolTip | Gets or sets a string value that specifies the decrement button‘s tooltip text. Inherited from TrackBarProperties. |
| Direction | Gets or sets a value which defines the track bar direction. Inherited from TrackBarProperties. |
| DisplayFormatString | Gets or sets the pattern used to format the editor’s value for display purposes. Inherited from EditPropertiesBase. |
| DragHandleToolTip | Gets or sets a string value that specifies the drag handle‘s tooltip text. Inherited from TrackBarProperties. |
| EnableAnimation | Gets or sets the value that specifies whether a specific animation effect is used when the drag handle position is changed. Inherited from TrackBarProperties. |
| EnableClientSideAPI | Gets or sets a value that specifies whether the editor can be manipulated on the client side via code. Inherited from EditPropertiesBase. |
| EnableDefaultAppearance | Obsolete. Specifies whether to enable the control’s default appearance. Inherited from EditPropertiesBase. |
| EnableFocusedStyle | Gets or sets a value that specifies whether an editor in a focused state is displayed with predefined style settings. Inherited from EditProperties. |
| EncodeHtml | Obsolete. This property is not in effect for the MVCxTrackBarProperties class. |
| EqualTickMarks | Gets or sets a value that specifies whether or not all tick marks are of the same size. Inherited from TrackBarProperties. |
| FocusedStyle | Gets the style settings which define an editor’s appearance in the focused state. Inherited from EditProperties. |
| IncrementButtonImage | Provides access to the settings that define an image of an increment button. Inherited from TrackBarProperties. |
| IncrementButtonStyle | Gets the style settings which define the Increment Button‘s appearance. Inherited from TrackBarProperties. |
| IncrementButtonToolTip | Gets or sets a string value that specifies the increment button‘s tooltip text. Inherited from TrackBarProperties. |
| InvalidStyle | Gets the style settings which define an editor’s appearance in the invalid state. Inherited from EditProperties. |
| Items | Gets the collection of items in the track bar control. Inherited from TrackBarProperties. |
| ItemStyle | Gets the style settings that define the item‘s appearance. Inherited from TrackBarProperties. |
| LargeTickEndValue | Gets or sets the maximum value of the span where large tick marks are placed. Inherited from TrackBarProperties. |
| LargeTickInterval | Gets or sets a value that is the large ticks interval. Inherited from TrackBarProperties. |
| LargeTickStartValue | Gets or sets the start position of the span where large tick marks are placed. Inherited from TrackBarProperties. |
| LargeTickStyle | Gets the style settings that define the large tick‘s appearance. Inherited from TrackBarProperties. |
| LeftTopLabelStyle | Gets the style settings which define the left top labels appearance. Inherited from TrackBarProperties. |
| MainDragHandleImage | Provides access to the settings that define an image of a main drag handle. Inherited from TrackBarProperties. |
| MainDragHandleStyle | Gets the style settings which define the main drag handle appearance. Inherited from TrackBarProperties. |
| MainDragHandleToolTip | Gets or sets the tooltip for the main drag handle. Inherited from TrackBarProperties. |
| MaxValue | Gets or sets the maximum value of a track bar. Inherited from TrackBarProperties. |
| MinValue | Gets or sets the minimum value of a track bar. Inherited from TrackBarProperties. |
| NullDisplayText | Gets or sets the text displayed within the editor’s edit region when the editor’s value is null. Inherited from EditPropertiesBase. |
| Orientation | Gets or sets a value that defines the track bar orientation. Inherited from TrackBarProperties. |
| ParentImages | This property is not in effect for the EditPropertiesBase class. Inherited from EditPropertiesBase. |
| ParentSkinOwner | For internal use only. Inherited from EditPropertiesBase. |
| ParentStyles | This property is not in effect for the EditPropertiesBase class. Inherited from EditPropertiesBase. |
| ReadOnlyStyle | Gets style settings for the read-only editor state. Inherited from EditProperties. |
| RightBottomLabelStyle | Gets the style settings which define the right bottom labels appearance. Inherited from TrackBarProperties. |
| RootStyle | Gets the style settings defining the appearance of an editor container. |
| ScaleLabelFormatString | Gets or sets format string representation of a scale label. Inherited from TrackBarProperties. |
| ScaleLabelHighlightMode | Gets or sets a value that defines scale labels highlight mode. Inherited from TrackBarProperties. |
| ScalePosition | Gets or sets the scale position with respect to the track. Inherited from TrackBarProperties. |
| ScaleStyle | Gets the style settings that define the scale appearance. Inherited from TrackBarProperties. |
| SecondaryDragHandleImage | Provides access to the settings that define an image of a secondary drag handle. Inherited from TrackBarProperties. |
| SecondaryDragHandleStyle | Gets the style settings which define the secondary drag handle appearance. Inherited from TrackBarProperties. |
| SecondaryDragHandleToolTip | Gets or sets the secondary drag handle’s tooltip. Inherited from TrackBarProperties. |
| SelectedItemStyle | Gets the style settings that define the selected item appearance. Inherited from TrackBarProperties. |
| SelectedTickStyle | Gets the style settings which define the selected Tick appearance. Inherited from TrackBarProperties. |
| ShowChangeButtons | Gets or sets the value that specifies whether or not decrement and increment buttons are shown. Inherited from TrackBarProperties. |
| ShowDragHandles | Gets or sets the value that specifies whether or not main and secondary drag handles are shown. Inherited from TrackBarProperties. |
| SmallTickFrequency | Gets or sets the frequency of small ticks. Inherited from TrackBarProperties. |
| SmallTickStyle | Gets the style settings that define the small tick appearance. Inherited from TrackBarProperties. |
| Step | Gets or sets the minimum distance drag handles can be moved. Inherited from TrackBarProperties. |
| Style | Obsolete. This property is not in effect for the MVCxTrackBarProperties class. |
| TextField | Gets or sets the data source field that provides display texts for the editor’s items. Inherited from TrackBarProperties. |
| ToolTipField | Gets or sets the data source field that provides tooltips for the editor’s items. Inherited from TrackBarProperties. |
| TrackStyle | Gets the style settings which define the track appearance. Inherited from TrackBarProperties. |
| ValidationSettings | Gets the track bar’s validation settings. |
| ValueChangedDelay | Gets or sets the time interval between the time that an end-user has finished changing the editor’s value, and the client ASPxClientTrackBar.PositionChanged and ASPxClientEdit.ValueChanged events are raised. Inherited from TrackBarProperties. |
| ValueField | Gets or sets the data source field that provides values for the editor’s items. Inherited from TrackBarProperties. |
| ValueToolTipFormatString | Gets or sets the format string representation of a value tooltip. Inherited from TrackBarProperties. |
| ValueToolTipPosition | Gets or sets the value tooltip position. Inherited from TrackBarProperties. |
| ValueToolTipStyle | Gets the style settings which define the value tooltip appearance. Inherited from TrackBarProperties. |
| ValueType | Gets or sets the data type of a track bar item value. Inherited from TrackBarProperties. |
See Also