Skip to main content
All docs
V25.1
  • DXMessageBoxService.TimerFormat Property

    Gets or sets the format of the timer shown in the message box default button. This is a dependency property.

    Namespace: DevExpress.Xpf.Core

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public string TimerFormat { get; set; }

    Property Value

    Type Description
    String

    The format of the timer shown in the message box default button.

    Remarks

    Refer to the following help topic for more information: ThemedMessageBox.

    See Also