Skip to main content
Tab

TrackBarProperties.ShowDragHandles Property

Gets or sets the value that specifies whether or not main and secondary drag handles are shown.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowDragHandles { get; set; }

Property Value

Type Default Description
Boolean true

true to show drag handles; otherwise, false.

Remarks

Set the ShowDragHandles property to false to hide drag handles. In this case, end-users can change a track bar position by scrolling the mouse wheel, clicking the decrement and increment buttons, etc.

Note

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

See Also