A newer version of this page is available.
Switch to the current version.
AppointmentDependencySelectionChangeAction Enum
Specifies how the selection is applied to the specified appointment dependency.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
public enum AppointmentDependencySelectionChangeAction
Public Enum AppointmentDependencySelectionChangeAction
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
Feedback