Skip to main content
Tab

TrackBarTickStyle Class

Defines style settings of ticks.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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