TrackBarButtonStyle Class
In This Article
Contains style settings defining a button appearance within a track bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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.
#Inheritance
See Also