Skip to main content
A newer version of this page is available. .

AppointmentEditDialogViewModel<T> Class

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public abstract class AppointmentEditDialogViewModel<T> :
    DialogViewModelBase<T>,
    IAppointmentEditDialogViewModel,
    IDialogViewModelBase,
    IDialogViewModelPropertiesAccessor
    where T : AppointmentEditDialogViewModel<T>

Type Parameters

Name
T

Inheritance

Object
DialogViewModelBase
DevExpress.Web.DialogViewModelBase<T>
AppointmentEditDialogViewModel<T>
See Also