ClassConfirmDialogViewModel
Class
Represents the view model for the confirmation dialog.
Definition
Namespace:Telerik.UI.Xaml.Controls.Scheduler
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ConfirmDialogViewModel : SchedulerDialogViewModel, INotifyPropertyChanged
Inheritance: objectViewModelBaseSchedulerDialogViewModelConfirmDialogViewModel
Implements:
Inherited Members
Constructors
ConfirmDialogViewModel(ISchedulerDialogHost, IEnumerable<IOccurrence>, Func<SchedulerDialogViewModel, bool?, bool>)
Initializes a new instance of the ConfirmDialogViewModel class.
Declaration
cs-api-definition
public ConfirmDialogViewModel(ISchedulerDialogHost dialogHost, IEnumerable<IOccurrence> appointments, Func<SchedulerDialogViewModel, bool?, bool> confirmDialogClose)
Parameters
dialogHost
The SchedulerDialogHost.
appointments
The appointments.
confirmDialogClose
Func<SchedulerDialogViewModel, bool?, bool>
The close callback.
Properties
Appointments
Gets the appointments collection.
Declaration
cs-api-definition
public IEnumerable<IOccurrence> Appointments { get; }
Property Value