Skip to main content
A newer version of this page is available. .

ASPxViewNavigator.GotoDateCalendar Property

Provides access to a calendar control that is used to select a date.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public ASPxCalendar GotoDateCalendar { get; }

Property Value

Type Description
ASPxCalendar

An ASPxCalendar control used to select a date.

See Also