SchedulerControl.MessageBoxService Property
In This Article
Gets or sets an object which provides a service to display message boxes in 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 IMessageBoxService MessageBoxService { get; set; }
#Property Value
Type | Description |
---|---|
IMessage |
An object implementing the IMessage |
#Remarks
Refer to the DXMessageBoxService document for more information.
You can use the MessageBoxCaption property to change the caption of the default message boxes displayed by the Scheduler.
See Also