CustomizeMessageBoxCaptionEventArgs.Caption Property
Gets or sets a string for display in the caption of a message box that prompts the end-user to save appointment changes.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
String | A string to display. |
Remarks
The location of a string that can be customized using the Caption property is shown in the following picture:
See Also