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

AppointmentResizeEventArgs.Handled Property

Gets or sets whether the resize operation is handled, and therefore no default processing is required.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if no default processing is required; otherwise, false.

See Also