Back to Devexpress

AppointmentDependencyTypeEdit Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-60396c13.md

latest2.9 KB
Original Source

AppointmentDependencyTypeEdit Class

A control used to select a type of appointment dependency.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Remarks

The AppointmentDependencyTypeEdit control is utilized to select the AppointmentDependency.Type of the selected appointment dependency within the AppointmentDependencyForm. The AppointmentDependencyTypeEdit.Type property of the control is used for this purpose.

Implements

IXtraResizableControl

Inheritance

Show 15 items

Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ControlBase BaseControl BaseEdit TextEdit ButtonEdit PopupBaseEdit PopupBaseAutoSearchEdit ComboBoxEdit ImageComboBoxEdit AppointmentDependencyTypeEdit

See Also

AppointmentDependencyTypeEdit Members

Gantt View

AppointmentDependencyForm

AppointmentDependency.Type

AppointmentDependencyTypeEdit.Type

DevExpress.XtraScheduler.UI Namespace