Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

CustomizeMessageBoxCaptionEventArgs(SchedulerStringId, String) Constructor

In This Article

Initializes new instance of the CustomizeMessageBoxCaptionEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public CustomizeMessageBoxCaptionEventArgs(
    SchedulerStringId stringId,
    string caption
)

#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