Back to Devexpress

SchedulerControl.MessageBoxCaption Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-996bb653.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public string MessageBoxCaption { get; set; }
vb
Public Property MessageBoxCaption As String

Property Value

TypeDescription
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

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace