Skip to main content
All docs
V25.1
  • SchedulerControl.MessageBoxCaption Property

    Specifies a custom caption for message boxes displayed by the Scheduler. This is a dependency property.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public string MessageBoxCaption { get; set; }

    Property Value

    Type Description
    String

    A string value that is the message box caption.

    Remarks

    The SchedulerControl displays message boxes to show various messages (such as inform the user about an incorrect input). Use the MessageBoxCaption property to customize the caption for all message boxes. The default caption is the title of the window that contains the SchedulerControl.

    The MessageBoxService property specifies the service to display message boxes in the SchedulerControl.

    See Also