Back to Devexpress

SchedulerControl.MessageBoxService Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-92a769be.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IMessageBoxService MessageBoxService { get; set; }
vb
Public Property MessageBoxService As IMessageBoxService

Property Value

TypeDescription
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

IMessageBoxService

DXMessageBoxService

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace