Back to Devexpress

AlertClickEventArgs.ActivateOwner Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertclickeventargs-d59abc8d.md

latest1.4 KB
Original Source

AlertClickEventArgs.ActivateOwner Property

Gets or sets whether the owner (a form) of the current alert window is activated after executing your AlertControl.AlertClick event handler.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool ActivateOwner { get; set; }
vb
Public Property ActivateOwner As Boolean

Property Value

TypeDescription
Boolean

true if the owner (a form) of the current alert window is activated; otherwise, false.

|

See Also

AllowHotTrack

AlertClickEventArgs Class

AlertClickEventArgs Members

DevExpress.XtraBars.Alerter Namespace