A newer version of this page is available.
Switch to the current version.
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.v19.1.dll
Declaration
public IMessageBoxService MessageBoxService { get; set; }
Public Property MessageBoxService As IMessageBoxService
Property Value
Type | Description |
---|---|
IMessageBoxService | An object implementing the IMessageBoxService interface. |
Remarks
Refer to the DXMessageBoxService document for more information.
See Also
Feedback