DataWeb
Search Results for

    Show / Hide Table of Contents

    Class WidgetTrends.TotalData.TotalItem

    Represents an item in the total data.

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

    Properties

    Title

    Gets or sets the title of the total item.

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

    Value

    Gets or sets the value of the total item.

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