SchedulerInplaceEditorEventArgs.Handled Property
Gets or sets whether an event was handled and no default actions are required.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if no default processing is required; otherwise, false. |
See Also