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

AppointmentInplaceEditDialogViewModel<T> Class

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public abstract class AppointmentInplaceEditDialogViewModel<T> :
    DialogViewModelBase<T>
    where T : AppointmentInplaceEditDialogViewModel<T>

Type Parameters

Name
T

Inheritance

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