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

ASPxProgressBar.ClientSideEvents Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public EditClientSideEventsBase ClientSideEvents { get; }

Property Value

Type Description
EditClientSideEventsBase

A EditClientSideEventsBase object which allows assigning handlers to the client-side events available to the ASPxProgressBar.

Remarks

This property is a wrapper of the ProgressBarProperties.ClientSideEvents property. refer to its description, for more information.

See Also