Skip to main content
A newer version of this page is available. .

CustomizeMessageBoxCaptionEventArgs(SchedulerStringId) Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public CustomizeMessageBoxCaptionEventArgs(
    SchedulerStringId stringId
)

Parameters

Name Type Description
stringId SchedulerStringId

A SchedulerStringId enumeration value that specifies the localized string used as a caption.

See Also