AlertClickEventArgs.ActivateOwner Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the owner (a form) of the current alert window is activated; otherwise, false. |
See Also