Skip to main content
All docs
V23.2

ThemedMessageBoxParameters.TimerTimeout Property

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

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.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