Back to Devexpress

TrackBarButtonStyle Class

aspnet-devexpress-dot-web-191c2671.md

latest3.5 KB
Original Source

TrackBarButtonStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TrackBarButtonStyle :
    EditButtonStyle
vb
Public Class TrackBarButtonStyle
    Inherits EditButtonStyle

The following members return TrackBarButtonStyle objects:

Show 12 links

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle EditButtonStyle TrackBarButtonStyle

See Also

TrackBarButtonStyle Members

Track Bar

DevExpress.Web Namespace