Back to Devexpress

AppointmentDependencySelectionChangeAction Enum

corelibraries-devexpress-dot-xtrascheduler-99487f7c.md

latest1.6 KB
Original Source

AppointmentDependencySelectionChangeAction Enum

Specifies how the selection is applied to the specified appointment dependency.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum AppointmentDependencySelectionChangeAction
vb
Public Enum AppointmentDependencySelectionChangeAction

Members

NameDescription
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

DevExpress.XtraScheduler Namespace