Skip to main content

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IMessageBoxService MessageBoxService { get; set; }

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