Class WidgetFilter
Represents a filter for a widget.
Inherited Members
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? |