SchedulerControl.MessageBoxService Property
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.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
IMessageBoxService | An object implementing the IMessageBoxService interface. |
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