Skip to main content
A newer version of this page is available. .
All docs
V22.2

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.v22.2.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 ThemedMessageBox default button.

Remarks

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

See Also