TrackBarProperties.SecondaryDragHandleStyle Property
Gets the style settings which define the secondary drag handle appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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