menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterElement - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilterElement

    Represents the information needed for filtering an element.

    Inheritance
    System.Object
    Element
    FilterElement
    Implements
    ICloneable<Element>
    ICloneable<FilterElement>
    Inherited Members
    Element.ElementName
    Element.Name
    Element.Properties
    Element.RootNodeCaption
    Element.Visible
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Olap.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class FilterElement : Element, ICloneable<Element>, ICloneable<FilterElement>

    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

    true if the filtering is based on condition; otherwise, false.

    Methods

    Clone()

    Clones this instance.

    Declaration
    public FilterElement Clone()
    Returns
    Type Description
    FilterElement

    A copy of this instance.

    Implements

    ICloneable<T>
    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved