A newer version of this page is available.
Switch to the current version.
AppointmentInplaceEditDialogViewModel<T> Class
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public abstract class AppointmentInplaceEditDialogViewModel<T> :
DialogViewModelBase<T>
where T : AppointmentInplaceEditDialogViewModel<T>
Public MustInherit Class AppointmentInplaceEditDialogViewModel(Of T As AppointmentInplaceEditDialogViewModel(Of T))
Inherits DialogViewModelBase(Of T)
Type Parameters
Name |
---|
T |
Inheritance
Object
DevExpress.Web.DialogViewModelBase
DevExpress.Web.DialogViewModelBase<T>
AppointmentInplaceEditDialogViewModel<T>
See Also
Feedback