Class ConfirmDialogViewModel
Inheritance
System.Object
ConfirmDialogViewModel
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ConfirmDialogViewModel : SchedulerDialogViewModel, INotifyPropertyChanged
Constructors
Declaration
public ConfirmDialogViewModel(ISchedulerDialogHost dialogHost, IEnumerable<IOccurrence> appointments, Func<SchedulerDialogViewModel, Nullable<bool>, bool> confirmDialogClose)
Parameters
Properties
Declaration
public IEnumerable<IOccurrence> Appointments { get; }
Property Value
Extension Methods