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

ASPxMemo.ClientSideEvents Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v22.1.dll

NuGet Package: DevExpress.Web

Declaration

public TextEditClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
TextEditClientSideEvents

An object that allows you to handle ASPxMemo‘s client-side events.

Remarks

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

See Also