Back to Devexpress

ReminderDialogLayout Class

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

latest3.3 KB
Original Source

ReminderDialogLayout Class

Contains options responsible for the Reminder dialog layout.

Namespace : DevExpress.Web.ASPxScheduler.Dialogs

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ReminderDialogLayout :
    ReminderDialogLayout<ReminderDialogViewModel>
vb
Public Class ReminderDialogLayout
    Inherits ReminderDialogLayout(Of ReminderDialogViewModel)

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

DevExpress.Web.IViewModelOwner<ReminderDialogViewModel>

Inheritance

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

See Also

ReminderDialogLayout Members

DevExpress.Web.ASPxScheduler.Dialogs Namespace