Back to Devexpress

CalendarProperties.ClientSideEvents Property

aspnet-devexpress-dot-web-dot-calendarproperties-0345a37f.md

latest1.7 KB
Original Source

CalendarProperties.ClientSideEvents Property

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

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

The returned object contains properties whose names correspond to the events available to the ASPxCalendar editor on the client side. These properties give you the ability to assign handling JavaScript functions to the editor’s required client-side events.

Note

The ClientSideEvents property synchronizes its value with the editor’s ASPxCalendar.ClientSideEvents property.

See Also

Client-Side Events

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace