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

ASPxColorEdit.ClientSideEvents Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ColorEditClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
ColorEditClientSideEvents

A ColorEditClientSideEvents object which allows assigning handlers to the client-side events available to the ASPxColorEdit.

Remarks

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

See Also