ASPxBinaryImage.ClientSideEvents Property
Gets an object that lists the client-side events specific to the ASPxBinaryImage.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
BinaryImageClientSideEvents | An object that allows you to handle ASPxBinaryImage‘s client-side events. |
Remarks
This property is a wrapper of the BinaryImageEditProperties.ClientSideEvents property.
See Also