DashboardParameter.Visible Property
In This Article
Gets or sets whether the dashboard parameter is visible the Dashboard Parameters dialog.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.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