aspnet-devexpress-dot-web-191c2671.md
Contains style settings defining a button appearance within a track bar.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class TrackBarButtonStyle :
EditButtonStyle
Public Class TrackBarButtonStyle
Inherits EditButtonStyle
The following members return TrackBarButtonStyle objects:
Show 12 links
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.
Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle EditButtonStyle TrackBarButtonStyle
See Also