TrackBarProperties Properties
Contains settings specific to a track bar editor.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. |
AllowRangeSelection | Gets or sets a value that specifies whether or not an end-user can select a range of track bar values. |
BarHighlightStyle | Gets the style settings which define the bar highlight‘s 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. |
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. |
DecrementButtonStyle | Gets the style settings that define the decrement button‘s appearance. |
DecrementButtonToolTip | Gets or sets a string value that specifies the decrement button‘s tooltip text. |
Direction | Gets or sets a value which defines the track bar direction. |
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. |
EnableAnimation | Gets or sets the value that specifies whether a specific animation effect is used when the drag handle position is changed. |
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 | Gets or sets whether to encode cell values in a column/row.. Inherited from EditPropertiesBase. |
EqualTickMarks | Gets or sets a value that specifies whether or not all tick marks are of the same size. |
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. |
IncrementButtonStyle | Gets the style settings which define the Increment Button‘s appearance. |
IncrementButtonToolTip | Gets or sets a string value that specifies the increment button‘s tooltip text. |
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. |
ItemStyle | Gets the style settings that define the item‘s appearance. |
LargeTickEndValue | Gets or sets the maximum value of the span where large tick marks are placed. |
LargeTickInterval | Gets or sets a value that is the large ticks interval. |
LargeTickStartValue | Gets or sets the start position of the span where large tick marks are placed. |
LargeTickStyle | Gets the style settings that define the large tick‘s appearance. |
LeftTopLabelStyle | Gets the style settings which define the left top labels appearance. |
MainDragHandleImage | Provides access to the settings that define an image of a main drag handle. |
MainDragHandleStyle | Gets the style settings which define the main drag handle appearance. |
MainDragHandleToolTip | Gets or sets the tooltip for the main drag handle. |
MaxValue | Gets or sets the maximum value of a track bar. |
MinValue | Gets or sets the minimum value of a track bar. |
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. |
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. |
ScaleLabelFormatString | Gets or sets format string representation of a scale label. |
ScaleLabelHighlightMode | Gets or sets a value that defines scale labels highlight mode. |
ScalePosition | Gets or sets the scale position with respect to the track. |
ScaleStyle | Gets the style settings that define the scale appearance. |
SecondaryDragHandleImage | Provides access to the settings that define an image of a secondary drag handle. |
SecondaryDragHandleStyle | Gets the style settings which define the secondary drag handle appearance. |
SecondaryDragHandleToolTip | Gets or sets the secondary drag handle’s tooltip. |
SelectedItemStyle | Gets the style settings that define the selected item appearance. |
SelectedTickStyle | Gets the style settings which define the selected Tick appearance. |
ShowChangeButtons | Gets or sets the value that specifies whether or not decrement and increment buttons are shown. |
ShowDragHandles | Gets or sets the value that specifies whether or not main and secondary drag handles are shown. |
SmallTickFrequency | Gets or sets the frequency of small ticks. |
SmallTickStyle | Gets the style settings that define the small tick appearance. |
Step | Gets or sets the minimum distance drag handles can be moved. |
Style | Gets the style settings defining the editor appearance. Inherited from EditPropertiesBase. |
TextField | Gets or sets the data source field that provides display texts for the editor’s items. |
ToolTipField | Gets or sets the data source field that provides tooltips for the editor’s items. |
TrackStyle | Gets the style settings which define the track appearance. |
ValidationSettings | Gets the editor’s validation settings. Inherited from EditProperties. |
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. |
ValueField | Gets or sets the data source field that provides values for the editor’s items. |
ValueToolTipFormatString | Gets or sets the format string representation of a value tooltip. |
ValueToolTipPosition | Gets or sets the value tooltip position. |
ValueToolTipStyle | Gets the style settings which define the value tooltip appearance. |
ValueType | Gets or sets the data type of a track bar item value. |
See Also