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

SchedulerInplaceEditorEventArgs.Handled Property

Gets or sets whether an event was handled and no default actions are required.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

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

See Also