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

CustomizeDashboardItemCaptionEventArgs.Visible Property

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

Namespace: DevExpress.DashboardWin

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

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

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

See Also