Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AppointmentDependencyFormController Class

Provides all the settings which are required to edit a particular dependency in the Appointment Dependency form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

public class AppointmentDependencyFormController :
    INotifyPropertyChanged

#Remarks

The AppointmentDependencyFormController class enables you to customize the default AppointmentDependencyForm form or create your own.

Note

To substitute the standard appointment dependency editing form with your own custom form, handle the SchedulerControl.EditAppointmentDependencyFormShowing event and set the ShowFormEventArgs.Handled property value to true.

#Inheritance

Object
AppointmentDependencyFormController
See Also