DataWeb
Search Results for

    Show / Hide Table of Contents

    Class PanelData.PanelWidgetData

    Represents the data for a widget in a panel.

    Inheritance
    object
    PanelData.PanelWidgetData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Dashboard
    Assembly: DataWeb.Core.dll
    Syntax
    public class PanelData.PanelWidgetData

    Properties

    DashboardWidgetName

    Gets or sets the name of the dashboard widget.

    Declaration
    public string DashboardWidgetName { get; set; }
    Property Value
    Type Description
    string

    Id

    Gets or sets the unique identifier.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Settings

    Gets or sets the settings for the widget.

    Declaration
    public Dictionary<string, object> Settings { get; set; }
    Property Value
    Type Description
    Dictionary<string, object>
    In this article
    Back to top Generated by DocFX