Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool ActivateOwner { get; set; }

Property Value

Type Description
Boolean

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

See Also