Back to Devexpress

AppointmentDependencyFormController Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-377248f5.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class AppointmentDependencyFormController :
    INotifyPropertyChanged
vb
Public Class AppointmentDependencyFormController
    Implements 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

AppointmentDependencyFormController Members

DevExpress.XtraScheduler.UI Namespace