Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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