Back to Devexpress

AlertControl.AlwaysShowOnMainDisplay Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-591a7885.md

latest1.5 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public virtual bool AlwaysShowOnMainDisplay { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Behavior")>
Public Overridable Property AlwaysShowOnMainDisplay As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace