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

AlertInfo.AutoCloseFormOnClick Property

Gets or sets whether or not an alert window associated with this AlertInfo object is automatically closed on click.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public bool AutoCloseFormOnClick { get; set; }

Property Value

Type Description
Boolean

true, if an alert window associated with this AlertInfo object is automatically closed on click; otherwise, false.

See Also