Skip to main content

CustomizeDashboardItemCaptionEventArgs.Visible Property

Gets or sets whether the current dashboard item’s caption is shown,

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.1.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

True, to display an item’s caption; otherwise, false.

See Also