Skip to main content
.NET 6.0+

VisibleInDashboardsAttribute Constructors

When applied to a business class, specifies whether end-users can create dashboards for objects of the attribute’s target type. When applied to a business class property, specifies if the target property is visible in the Dashboard Designer.
Name Parameters Description
VisibleInDashboardsAttribute() none Creates an instance of the VisibleInDashboardsAttribute class.
VisibleInDashboardsAttribute(Boolean) isVisible Creates a new instance of the VisibleInDashboardsAttribute class.
See Also