Skip to main content
All docs
V23.2

ThemedMessageBoxParameters.ShowActivated Property

Gets or sets whether to activate the window when it is shown.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ShowActivated { get; set; }

Property Value

Type Description
Boolean

true to activate the window when it is first shown; false to deactivate the window when it is first shown; null to use the framework’s ShowActivated value.

See Also