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.v19.1.dll

Declaration

public TextEditClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
TextEditClientSideEvents

A TextEditClientSideEvents object which allows assigning handlers to the client-side events available to the ASPxMemo.

Remarks

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

See Also