Skip to main content
Tab

TrackBarProperties.DecrementButtonStyle Property

Gets the style settings that define the decrement button‘s appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TrackBarButtonStyle DecrementButtonStyle { get; }

Property Value

Type Description
TrackBarButtonStyle

An TrackBarButtonStyle object that contains style settings.

Remarks

Note

The DecrementButtonStyle property synchronizes its value with the editor’s ASPxTrackBar.DecrementButtonStyle property.

See Also