Back to Devexpress

RecurrentAppointmentDeleteDialogLayout Class

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

latest3.7 KB
Original Source

RecurrentAppointmentDeleteDialogLayout Class

Contains options responsible for the recurrent appointment Delete dialog layout.

Namespace : DevExpress.Web.ASPxScheduler.Dialogs

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class RecurrentAppointmentDeleteDialogLayout :
    RecurrentAppointmentDeleteDialogLayout<RecurrentAppointmentDeleteDialogViewModel>
vb
Public Class RecurrentAppointmentDeleteDialogLayout
    Inherits RecurrentAppointmentDeleteDialogLayout(Of RecurrentAppointmentDeleteDialogViewModel)

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

DevExpress.Web.IViewModelOwner<RecurrentAppointmentDeleteDialogViewModel>

Inheritance

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

See Also

RecurrentAppointmentDeleteDialogLayout Members

DevExpress.Web.ASPxScheduler.Dialogs Namespace