Skip to main content
A newer version of this page is available. .
Tab

TrackBarTickStyle Class

Defines style settings of ticks.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class TrackBarTickStyle :
    AppearanceStyleBase

Remarks

The TrackBarTickStyle class contains settings that define the style of ticks within the ASPxTrackBar control.

An object of the TrackBarTickStyle type can be accessed via the ASPxTrackBar.ItemStyle, ASPxTrackBar.LargeTickStyle, ASPxTrackBar.SelectedItemStyle, ASPxTrackBar.SelectedTickStyle, and ASPxTrackBar.SmallTickStyle properties.

See Also