Skip to main content

NotificationBase.Visible Property

Specifies whether the notification is visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the notification is visible; otherwise, false.

See Also