Back to Devexpress

ThemedMessageBoxParameters.TimerFormat Property

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

latest1.6 KB
Original Source

ThemedMessageBoxParameters.TimerFormat Property

Gets or sets the format of the timer shown in the ThemedMessageBox default button.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string TimerFormat { get; set; }
vb
Public Property TimerFormat As String

Property Value

TypeDescription
String

The format of the timer shown in the ThemedMessageBox default button.

|

Remarks

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

See Also

TimerTimeout

Standard TimeSpan format strings

Custom TimeSpan format strings

ThemedMessageBoxParameters Class

ThemedMessageBoxParameters Members

DevExpress.Xpf.Core Namespace