TrackBarTickStyle Class
Defines style settings of ticks.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return TrackBarTickStyle objects:
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.
Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
TrackBarTickStyle
See Also