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

DashboardParameter.Visible Property

Gets or sets whether a parameter’s editor is visible within the Dashboard Parameters dialog.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to display a parameter’s editor within the Dashboard Parameters dialog; otherwise, false.

See Also