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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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