DataWeb
Search Results for

    Show / Hide Table of Contents

    Class DashboardPanelInfo.PanelWidgetInfo

    Inheritance
    object
    DashboardPanelInfo.PanelWidgetInfo
    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 DashboardPanelInfo.PanelWidgetInfo

    Properties

    Id

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

    Name

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

    Settings

    Declaration
    public Dictionary<string, object> Settings { get; set; }
    Property Value
    Type Description
    Dictionary<string, object>

    Title

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

    Type

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

    WidgetComponent

    Declaration
    public string WidgetComponent { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX