Skip to main content
A newer version of this page is available. .

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

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