Skip to main content
All docs
V23.2

DXMessageBoxService.TimerFormat Property

Gets or sets the format of the timer shown in the message box default button. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.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 message box default button.

Remarks

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

See Also