AppointmentDependencySelectionChangeAction Enum
Specifies how the selection is applied to the specified appointment dependency.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
Members
Name | Description |
---|---|
None
|
Does nothing. |
Clear
|
The SchedulerControl.SelectedDependencies collection is cleared. |
Select
|
Adds the specified dependency to the collection of selected dependencies. |
Unselect
|
Deselects the specified dependency. |
Add
|
The appointment dependency is added to the collection of selected dependencies, available via the SchedulerControl.SelectedDependencies property. |
Toggle
|
Changes the selection state of the dependency to the alternative. |
See Also