CustomizeMessageBoxCaptionEventArgs(SchedulerStringId, String) Constructor
Initializes new instance of the CustomizeMessageBoxCaptionEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
stringId | SchedulerStringId | A SchedulerStringId enumeration value that specifies the localized string used as a caption. |
caption | String | A string that will be used as a message box caption. |
See Also