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.v24.1.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