Click or drag to resize

DashboardReadOnlyAttribute Class

Use to remove edit button from a dashboard and actions from its widgets
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dynamicweb.DashboardsDashboardReadOnlyAttribute

Namespace:  Dynamicweb.Dashboards
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface)]
public class DashboardReadOnlyAttribute : Attribute

The DashboardReadOnlyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDashboardReadOnlyAttribute
Initializes a new instance of the DashboardReadOnlyAttribute class
Top
See Also