Back to Devexpress

GotoDateDialogLayoutSettings Class

aspnet-devexpress-dot-web-dot-aspxscheduler-eb26013e.md

latest2.0 KB
Original Source

GotoDateDialogLayoutSettings Class

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

Declaration

csharp
public class GotoDateDialogLayoutSettings :
    DialogLayoutSettings<GotoDateDialogViewModel, GotoDateDialogLayoutElementCollection>
vb
Public Class GotoDateDialogLayoutSettings
    Inherits DialogLayoutSettings(Of GotoDateDialogViewModel, GotoDateDialogLayoutElementCollection)

The following members return GotoDateDialogLayoutSettings objects:

Remarks

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

Implements

IStateManager

Inheritance

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

See Also

GotoDateDialogLayoutSettings Members

DevExpress.Web.ASPxScheduler Namespace