Skip to main content

DateNavigatorClientSideEvents.VisibleMonthChanged Property

Gets or sets the name of the JavaScript function or the entire code which will handle a client VisibleMonthChanged event.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue("")]
public string VisibleMonthChanged { get; set; }

Property Value

Type Default Description
String String.Empty

A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.

See Also