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

TrackBarButtonStyle Class

Contains style settings defining a button appearance within a track bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class TrackBarButtonStyle :
    EditButtonStyle

Remarks

The TrackBarButtonStyle class contains settings that define the style of increment button, decrement button, and drag handles within a track bar editor.

An object of the TrackBarButtonStyle type can be accessed via the ASPxTrackBar.DecrementButtonStyle, ASPxTrackBar.IncrementButtonStyle, ASPxTrackBar.MainDragHandleStyle, and ASPxTrackBar.SecondaryDragHandleStyle properties.

See Also