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

ASPxAutoCompleteBoxBase.ClientSideEvents Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public AutoCompleteBoxClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
AutoCompleteBoxClientSideEvents

An AutoCompleteBoxClientSideEvents object which allows assigning handlers to the client-side events available to the editor.

Remarks

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

See Also