Back to Devexpress

ThemedMessageBoxParameters.TimerTimeout Property

wpf-devexpress-dot-xpf-dot-core-dot-themedmessageboxparameters.md

latest1.4 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public TimeSpan? TimerTimeout { get; set; }
vb
Public Property TimerTimeout As TimeSpan?

Property Value

TypeDescription
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

TimerFormat

ThemedMessageBoxParameters Class

ThemedMessageBoxParameters Members

DevExpress.Xpf.Core Namespace