Class FilterElement
Represents the filter element.
Inherited Members
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class FilterElement : Element
Constructors
FilterElement()
Initializes a new instance of the FilterElement class.
Declaration
public FilterElement()
FilterElement(AxisPosition)
Initializes a new instance of the FilterElement class.
Declaration
public FilterElement(AxisPosition axis)
Parameters
Type | Name | Description |
---|---|---|
AxisPosition | axis | The axis position. |
Properties
Axis
Gets or sets the axis position.
Declaration
public AxisPosition Axis { get; set; }
Property Value
Type | Description |
---|---|
AxisPosition | The axis position. |
Elements
Gets or sets the collection of elements.
Declaration
public ElementCollection Elements { get; set; }
Property Value
Type | Description |
---|---|
ElementCollection | The collection of elements. |
FilterCase
Gets or sets the filter case.
Declaration
public FilterCase FilterCase { get; set; }
Property Value
Type | Description |
---|---|
FilterCase | The filter case. |
FilterValue
Gets or sets the collection of filter values.
Declaration
public ElementCollection FilterValue { get; set; }
Property Value
Type | Description |
---|---|
ElementCollection | The collection of filter values. |
IsFilterCondition
Gets or sets a value indicating whether the filtering is based on condition.
Declaration
public bool IsFilterCondition { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|