Back to Devexpress

GotoDateDialogLayout Class

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-dialogs-6bba52fd.md

latest3.3 KB
Original Source

GotoDateDialogLayout Class

Contains options responsible for the “Go To Date” dialog layout.

Namespace : DevExpress.Web.ASPxScheduler.Dialogs

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class GotoDateDialogLayout :
    GotoDateDialogLayout<GotoDateDialogViewModel>
vb
Public Class GotoDateDialogLayout
    Inherits GotoDateDialogLayout(Of GotoDateDialogViewModel)

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

DevExpress.Web.IViewModelOwner<GotoDateDialogViewModel>

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl DevExpress.Web.Internal.LayoutBuilder.DialogControl DevExpress.Web.Internal.LayoutBuilder.DialogControl<GotoDateDialogViewModel> DevExpress.Web.ASPxScheduler.Dialogs.DialogLayoutBase<GotoDateDialogViewModel> DevExpress.Web.ASPxScheduler.Dialogs.GotoDateDialogLayout<GotoDateDialogViewModel> GotoDateDialogLayout

See Also

GotoDateDialogLayout Members

DevExpress.Web.ASPxScheduler.Dialogs Namespace