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

TrackBarProperties.MainDragHandleStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public TrackBarButtonStyle MainDragHandleStyle { get; }

Property Value

Type Description
TrackBarButtonStyle

A TrackBarButtonStyle object that contains style settings.

Remarks

Note

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

See Also