Back to Devexpress

SchedulerInplaceEditorEventArgs.Handled Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerinplaceeditoreventargs-440cc256.md

latest1.2 KB
Original Source

SchedulerInplaceEditorEventArgs.Handled Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public bool Handled { get; set; }
vb
Public Property Handled As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

SchedulerInplaceEditorEventArgs Class

SchedulerInplaceEditorEventArgs Members

DevExpress.XtraScheduler Namespace