Skip to main content

AppointmentRecurrenceForm.ShowExceptionsRemoveMsgBox Property

Gets or sets whether to show a warning when the user clicks the OK button.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool ShowExceptionsRemoveMsgBox { get; set; }

Property Value

Type Default Description
Boolean false

true, to invoke a warning message box; otherwise, false.

Remarks

When the recurrence pattern is modified, all recurrence exceptions will be deleted. Set the ShowExceptionsRemoveMsgBox to true to display a message box that warns the user before the applying changes.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowExceptionsRemoveMsgBox property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also