Skip to main content

DashboardParameter.Visible Property

Gets or sets whether the dashboard parameter is visible the Dashboard Parameters dialog.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

[DashboardLocalizableCategory(DashboardStringId.CategoryNameGeneral)]
[DefaultValue(true)]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean true

true to display the dashboard parameter in the Dashboard Parameters dialog; otherwise, false.

See Also