Skip to main content
A newer version of this page is available. .
All docs
V21.2

SchedulerControl.MessageBoxCaption Property

Specifies the caption for message boxes displayed by the SchedulerControl. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public string MessageBoxCaption { get; set; }

Property Value

Type Description
String

A string value that is the caption of message boxes displayed by the scheduler.

Remarks

The SchedulerControl displays message boxes to show various messages (such as inform the user about an incorrect input). Use the MessageBoxCaption property to customize the caption for all message boxes. The default caption is the title of the window that contains the DevExpress.Xpf.Scheduler.SchedulerControl.

The MessageBoxService property specifies the service to display message boxes in the SchedulerControl.

See Also