Skip to main content
Tab

TrackBarProperties.IncrementButtonStyle Property

Gets the style settings which define the Increment Button‘s appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public TrackBarButtonStyle IncrementButtonStyle { get; }

#Property Value

Type Description
TrackBarButtonStyle

A TrackBarButtonStyle object that contains style settings.

#Remarks

Note

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

See Also