ASPxTrackBar.AllowMouseWheel Property
Gets or sets a value that specifies whether an end-user is able to change the editor’s value using the mouse wheel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
This property is a wrapper of the TrackBarProperties.AllowMouseWheel property.
Example
This example demonstrates how to disable value changes via the mouse wheel.
<dx:ASPxTrackBar ID="ASPxTrackBar1" runat="server" AllowMouseWheel="False">
</dx:ASPxTrackBar>
See Also