ASPxDateEdit.ClientSideEvents Property
Gets an object that lists the client-side events specific to the ASPxDateEdit.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
DateEditClientSideEvents | A DateEditClientSideEvents object which allows assigning handlers to the client-side events available to the ASPxDateEdit. |
Remarks
This property is a wrapper of the DateEditProperties.ClientSideEvents property.
See Also