aspnet-devexpress-dot-web-dot-aspxscheduler-eb26013e.md
Provides access to the “Go To Date” dialog’s layout settings.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class GotoDateDialogLayoutSettings :
DialogLayoutSettings<GotoDateDialogViewModel, GotoDateDialogLayoutElementCollection>
Public Class GotoDateDialogLayoutSettings
Inherits DialogLayoutSettings(Of GotoDateDialogViewModel, GotoDateDialogLayoutElementCollection)
The following members return GotoDateDialogLayoutSettings objects:
These settings can be accessed by the ASPxSchedulerDialogLayoutSettings.GotoDateDialog property.
Object StateManager PropertiesBase DevExpress.Web.DialogLayoutSettings DevExpress.Web.DialogLayoutSettings<GotoDateDialogViewModel, DevExpress.Web.ASPxScheduler.GotoDateDialogLayoutElementCollection> GotoDateDialogLayoutSettings
See Also