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

ASPxDateEdit.ClientSideEvents Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v22.1.dll

NuGet Package: DevExpress.Web

Declaration

public DateEditClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
DateEditClientSideEvents

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

Remarks

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

See Also