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

ASPxTrackBar.ClientSideEvents Property

Gets an object that lists the client-side events specific to the ASPxTrackBar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public TrackBarClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
TrackBarClientSideEvents

A TrackBarClientSideEvents object that enables assigning handlers to the client-side events available to the ASPxTrackBar.

Remarks

This property is a wrapper of the TrackBarProperties.ClientSideEvents property.

See Also