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

ASPxCheckBox.ClientSideEvents Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CheckEditClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
CheckEditClientSideEvents

A CheckEditClientSideEvents object which allows assigning handlers to the client-side events available to the editor.

Remarks

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

See Also