Back to Devexpress

RecurrentAppointmentEditDialogLayout Class

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

latest3.6 KB
Original Source

RecurrentAppointmentEditDialogLayout Class

Contains options responsible for the recurrent 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 RecurrentAppointmentEditDialogLayout :
    RecurrentAppointmentEditDialogLayout<RecurrentAppointmentEditDialogViewModel>
vb
Public Class RecurrentAppointmentEditDialogLayout
    Inherits RecurrentAppointmentEditDialogLayout(Of RecurrentAppointmentEditDialogViewModel)

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

DevExpress.Web.IViewModelOwner<RecurrentAppointmentEditDialogViewModel>

Inheritance

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

See Also

RecurrentAppointmentEditDialogLayout Members

DevExpress.Web.ASPxScheduler.Dialogs Namespace