Skip to main content

ISchedulerStateService.IsAppointmentResized Property

Indicates whether an appointment is resized.

Namespace: DevExpress.XtraScheduler.Services

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

bool IsAppointmentResized { get; }

Property Value

Type Description
Boolean

true if an appointment is resized; otherwise, false.

Remarks

Use this property for easy detection of the Scheduler state.

See Also