Skip to main content

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public string Caption { get; set; }

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:

CustomizeMessageBoxCaptionEventArgs.Caption

See Also