TrackBarProperties.DecrementButtonStyle Property
Gets the style settings that define the decrement button‘s appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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