Back to Devexpress

TrackBarTickStyle Class

aspnet-devexpress-dot-web-f48ef87a.md

latest3.6 KB
Original Source

TrackBarTickStyle Class

Defines style settings of ticks.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TrackBarTickStyle :
    AppearanceStyleBase
vb
Public Class TrackBarTickStyle
    Inherits AppearanceStyleBase

The following members return TrackBarTickStyle objects:

Show 15 links

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase TrackBarTickStyle

See Also

TrackBarTickStyle Members

Track Bar

DevExpress.Web Namespace