Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SchedulerControl.MessageBoxCaption Property

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

#Declaration

public string MessageBoxCaption { get; set; }

#Property Value

Type Description
String

A string value that is the message box caption.

#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 SchedulerControl.

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

See Also