menu

WPF

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

    Show / Hide Table of Contents

    Class GridFilter

    This class holds the collection of FilterItem and it also generates the filter expression based on the selected FilterItem.

    Inheritance
    System.Object
    GridFilter
    Inherited Members
    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.Windows.Controls.PivotSchemaDesigner
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class GridFilter

    Constructors

    GridFilter()

    Initializes a new instance of the GridFilter class.

    Declaration
    public GridFilter()

    Properties

    AllFilterItem

    Gets or sets the instance of "All" filter item in the filter popup window.

    Declaration
    public FilterItemElement AllFilterItem { get; set; }
    Property Value
    Type
    FilterItemElement

    Caption

    Gets or sets the name of the filter item that is present in PivotSchemaDesigner. Name and caption may be same or different but the value set in the caption will get displayed in PivotSchemaDesigner's filter area.

    Declaration
    public string Caption { get; set; }
    Property Value
    Type
    System.String

    FilteredValues

    Gets or sets the list of filtered values.

    Declaration
    public List<string> FilteredValues { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.String>

    FilterItems

    Gets or sets the list of filter items.

    Declaration
    public List<FilterItemElement> FilterItems { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<FilterItemElement>

    FilterProperty

    Gets or sets the filter properties.

    Declaration
    public PropertyDescriptor FilterProperty { get; set; }
    Property Value
    Type
    System.ComponentModel.PropertyDescriptor

    Format

    Gets or sets the format of the filter item that is present in PivotSchemaDesigner.

    Declaration
    public string Format { get; set; }
    Property Value
    Type
    System.String

    Header

    Gets or sets the name of the filter item that is present in PivotSchemaDesigner. Name and header may be same or different but the value set in the header will get displayed in PivotSchemaDesigner's filter area.

    Declaration
    public string Header { get; set; }
    Property Value
    Type
    System.String

    IsFilterHeaderArea

    Gets or sets a value indicating whether the item is located in filter header area.

    Declaration
    public bool IsFilterHeaderArea { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Gets or sets the name of the filter item that is present in PivotSchemaDesigner. Name and header may be same or different but the value set in the header will get displayed in PivotSchemaDesigner's filter area.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved