Class FilterValue
Represents the filter value item.
Inherited Members
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class FilterValue : Element
Constructors
FilterValue()
Declaration
public FilterValue()
Properties
Filter_Value
Gets or sets the filter value.
Declaration
public double Filter_Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The filter value. |