Skip to main content
A newer version of this page is available. .
Tab

TrackBarProperties.SecondaryDragHandleStyle Property

Gets the style settings which define the secondary drag handle appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public TrackBarButtonStyle SecondaryDragHandleStyle { get; }

Property Value

Type Description
TrackBarButtonStyle

A TrackBarButtonStyle object that contains style settings.

Remarks

Note

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

See Also