Skip to main content
A newer version of this page is available. .

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

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.

See Also