Skip to main content

ASPxSchedulerDialogLayoutSettings.GotoDateDialog Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public GotoDateDialogLayoutSettings GotoDateDialog { get; }

Property Value

Type Description
GotoDateDialogLayoutSettings

A GotoDateDialogLayoutSettings object.

Property Paths

You can access this nested property as listed below:

Object Type Path to GotoDateDialog
ASPxSchedulerOptionsForms
.DialogLayoutSettings .GotoDateDialog
See Also