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

ASPxSchedulerDialogLayoutSettings.GotoDateDialog Property

Provides access to the “Go To Date” dialog layout settings.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public GotoDateDialogLayoutSettings GotoDateDialog { get; }

Property Value

Type Description
GotoDateDialogLayoutSettings

A GotoDateDialogLayoutSettings object.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to GotoDateDialog
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsDialogs.GotoDateDialog
BootstrapSchedulerDialogOptions
.DialogLayoutSettings.GotoDateDialog
ASP.NET Web Forms Controls ASPxSchedulerOptionsForms
.DialogLayoutSettings.GotoDateDialog
MVCxSchedulerOptionsForms
.DialogLayoutSettings.GotoDateDialog
See Also