Skip to main content
All docs
V25.1
  • AlertControl.AlwaysShowOnMainDisplay Property

    Gets or sets whether alerts managed by this AlertControl should always be displayed on the main system display, no matter which display currently shows the application.

    Namespace: DevExpress.XtraBars.Alerter

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DefaultValue(false)]
    [DXCategory("Behavior")]
    public virtual bool AlwaysShowOnMainDisplay { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to always show alerts on the main display; false to show alerts on the same display that currently shows the parent application.

    See Also