Back to Devexpress

AppointmentEditDialogLayout Class

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

latest3.4 KB
Original Source

AppointmentEditDialogLayout Class

Contains options responsible for the appointment Edit dialog layout.

Namespace : DevExpress.Web.ASPxScheduler.Dialogs

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class AppointmentEditDialogLayout :
    AppointmentEditDialogLayout<AppointmentEditDialogViewModel>
vb
Public Class AppointmentEditDialogLayout
    Inherits AppointmentEditDialogLayout(Of AppointmentEditDialogViewModel)

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

DevExpress.Web.IViewModelOwner<AppointmentEditDialogViewModel>

Inheritance

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

See Also

AppointmentEditDialogLayout Members

DevExpress.Web.ASPxScheduler.Dialogs Namespace