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

AlertButton.Visible Property

Gets or sets the button’s visibility.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean **true**

A Boolean value that specifies the button’s visibility.

See Also