ThemedMessageBoxParameters.TimerTimeout Property
Gets or sets the time after which the ThemedMessageBox clicks its default button.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<TimeSpan> | The time after which the |
Remarks
Refer to the following help topic for more information: ThemedMessageBox.
See Also