Back to Devexpress

ASPxCalendar.ClientSideEvents Property

aspnet-devexpress-dot-web-dot-aspxcalendar-27e65d43.md

latest1.3 KB
Original Source

ASPxCalendar.ClientSideEvents Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarClientSideEvents ClientSideEvents { get; }
vb
Public ReadOnly Property ClientSideEvents As CalendarClientSideEvents

Property Value

TypeDescription
CalendarClientSideEvents

An object that allows you to handle the editor’s client-side events.

|

Remarks

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

See Also

Client-Side Events

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace