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

ISchedulerStateService.AreAppointmentsDragged Property

Indicates whether the drag operation is performed with appointments in the Scheduler.

Namespace: DevExpress.XtraScheduler.Services

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

Declaration

bool AreAppointmentsDragged { get; }

Property Value

Type Description
Boolean

true if one or several appointments are dragged; otherwise, false.

Remarks

Use this property for easy detection of the Scheduler state.

See Also