MoreButtonClickedEventArgs.Handled Property
Gets or sets whether an event is handled. If it is handled, default actions are not required.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if no default processing is required; otherwise, false. |
See Also