ASPxCheckBox.ClientSideEvents Property
Gets an object that lists the client-side events specific to the ASPxCheckBox.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
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