Back to Devexpress

DashboardParameter.Visible Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardparameter.md

latest1.7 KB
Original Source

DashboardParameter.Visible Property

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[DashboardLocalizableCategory(DashboardStringId.CategoryNameGeneral)]
[DefaultValue(true)]
public bool Visible { get; set; }
vb
<DashboardLocalizableCategory(DashboardStringId.CategoryNameGeneral)>
<DefaultValue(True)>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

Create a Dashboard Parameter in the WinForms Designer

DashboardParameter Class

DashboardParameter Members

DevExpress.DashboardCommon Namespace