Skip to main content
A newer version of this page is available.
All docs
V18.2

DateNavigatorProperties.EnableClientSideAPI Property

Gets or sets a value that specifies whether the DateNavigator can be manipulated on the client side via code.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public bool EnableClientSideAPI { get; set; }

Property Value

Type Description
Boolean

true if the editor’s client object model is fully available; false if no programmatic interface is available for the editor on the client side.

Remarks

If you want to use the control’s client-side API in your application, set the EnableClientSideAPI property to true, to ensure that the client API is available on the client side.

Note

Regardless of the EnableClientSideAPI property setting, the client-side API is automatically enabled if the DateNavigatorProperties.ClientInstanceName property is defined, or any client event exposed by the ClientSideEvents property is handled.

See Also