Skip to main content
All docs
V25.1
  • ThemedMessageBoxParameters.ShowActivated Property

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

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.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