A newer version of this page is available.
Switch to the current version.
ASPxImageBase.ClientSideEvents Property
Gets an object that lists the client-side events specific to the ASPxImageBase.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public StaticEditClientSideEvents ClientSideEvents { get; }
Public ReadOnly Property ClientSideEvents As StaticEditClientSideEvents
Property Value
Type | Description |
---|---|
StaticEditClientSideEvents | A StaticEditClientSideEvents object which allows assigning handlers to the client-side events available to the ASPxImageBase. |
Remarks
This property is a wrapper of the StaticEditProperties.ClientSideEvents property.
See Also
Feedback