Skip to main content
All docs
V25.1
  • ThemedMessageBoxParameters.TimerTimeout Property

    Gets or sets the time after which the ThemedMessageBox clicks its default button.

    Namespace: DevExpress.Xpf.Core

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public TimeSpan? TimerTimeout { get; set; }

    Property Value

    Type Description
    Nullable<TimeSpan>

    The time after which the ThemedMessageBox clicks its default button.

    Remarks

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

    See Also