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

ASPxDropDownEdit.ClientSideEvents Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public DropDownEditClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
DropDownEditClientSideEvents

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

See Also