This question is locked. New answers and comments are not allowed.
Hi. When I add or edit appointment I want show to user my dialog with my controls.
I've create user control with some logic and when user try add new appointment I want show dialog window with my controls and logic.
My control get one parameter
ObservableCollection<UserSheduler> list
and my control have all controls where user enter their data.
So as I understand I musr create class with custom appintment
like
but how I can Add my user control to new\edit appointment dialg?
I've create user control with some logic and when user try add new appointment I want show dialog window with my controls and logic.
My control get one parameter
ObservableCollection<UserSheduler> list
and my control have all controls where user enter their data.
So as I understand I musr create class with custom appintment
like
public class MyCustomAppointment:Appointment{ public ObservableCollection<UserSheduler> {get; set;}}but how I can Add my user control to new\edit appointment dialg?