DataWeb
Search Results for

    Show / Hide Table of Contents

    Class WidgetFilter

    Represents a filter for a widget.

    Inheritance
    object
    WidgetFilter
    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 WidgetFilter

    Properties

    Count

    Gets or sets the count of the widget filter.

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    int

    Name

    Gets or sets the name of the widget filter.

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

    PublishMode

    Gets or sets the publish mode for the widget filter.

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