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

GotoDateDialogLayoutSettings Class

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class GotoDateDialogLayoutSettings :
    DialogLayoutSettings<GotoDateDialogViewModel, GotoDateDialogLayoutElementCollection>

The following members return GotoDateDialogLayoutSettings objects:

Remarks

These settings can be accessed by the ASPxSchedulerDialogLayoutSettings.GotoDateDialog property.

Implements

Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.DialogLayoutSettings
DevExpress.Web.DialogLayoutSettings<GotoDateDialogViewModel, DevExpress.Web.ASPxScheduler.GotoDateDialogLayoutElementCollection>
GotoDateDialogLayoutSettings
See Also