Class RVDashboardFilter
Class used to represent a dashboard filter
Inheritance
System.Object
RVDashboardFilter
Implements
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVDashboardFilter : Object, IRVDashboardFilter
Constructors
RVDashboardFilter(String, IEnumerable<Object>)
Declaration
public RVDashboardFilter(string fieldName, IEnumerable<object> values)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fieldName | |
| System.Collections.Generic.IEnumerable<System.Object> | values |
Properties
DataSourceItem
Data Source Item where this filter is getting the data from.
Declaration
public RVDataSourceItem DataSourceItem { get; }
Property Value
| Type | Description |
|---|---|
| Reveal.Sdk.Data.RVDataSourceItem |
Id
The ID of the filter.
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The ID of the filter. |
Title
The title of the filter.
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The title of the filter. |