Skip to main content

AlertButton.Visible Property

Gets or sets the button’s visibility.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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