Class RVFilterValue

Inheritance
System.Object
RVFilterValue
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVFilterValue : Object

Constructors

RVFilterValue(Object)

Declaration
public RVFilterValue(object value)
Parameters
Type Name Description
System.Object value

RVFilterValue(Object, String)

Declaration
public RVFilterValue(object value, string label)
Parameters
Type Name Description
System.Object value
System.String label

Properties

Label

Declaration
public string Label { get; }
Property Value
Type Description
System.String

Value

Declaration
public object Value { get; }
Property Value
Type Description
System.Object

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String