DataWeb
Search Results for

    Show / Hide Table of Contents

    Class Panel.PanelWidget

    Represents a widget for a panel.

    Inheritance
    object
    Panel.PanelWidget
    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 Panel.PanelWidget

    Properties

    DashboardWidget

    Gets or sets the dashboard widget.

    Declaration
    public Widget DashboardWidget { get; set; }
    Property Value
    Type Description
    Widget

    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