Skip to main content
Tab

ASPxBinaryImage.ClientSideEvents Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public BinaryImageClientSideEvents ClientSideEvents { get; }

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