Back to Devexpress

AppointmentDependencyForm Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-e687108d.md

latest3.1 KB
Original Source

AppointmentDependencyForm Class

Default form used to modify or delete the appointment dependency.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[ComVisible(false)]
public class AppointmentDependencyForm :
    XtraForm
vb
<ComVisible(False)>
Public Class AppointmentDependencyForm
    Inherits XtraForm

Remarks

The AppointmentDependencyForm form is invoked by double-clicking the line that displays the dependency between appointments within the Gantt View of the SchedulerControl.

You can also display the AppointmentDependencyForm form via code by using the SchedulerControl.ShowEditAppointmentDependencyForm method.

Before a form is shown, the SchedulerControl.EditAppointmentDependencyFormShowing event occurs. It enables you to substitute a default form with a custom one, or to not display the form.

The form allows you to specify the AppointmentDependencyType or delete the current dependency. The AppointmentDependencyFormController is the class that controls operations with a dependency within a form.

The following picture illustrates what the AppointmentDependencyForm form looks like using the Metro style skin.

Inheritance

Show 11 items

Object MarshalByRefObject Component Control ScrollableControl ContainerControl Form DevExpress.XtraEditors.DForm DevExpress.XtraEditors.MouseWheelContainerForm XtraForm AppointmentDependencyForm

See Also

AppointmentDependencyForm Members

WinForms Skins and Color Palettes

DevExpress.XtraScheduler.UI Namespace