Skip to main content
A newer version of this page is available. .

AppointmentDependencySelectionChangeAction Enum

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

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