menu

UWP

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

    Show / Hide Table of Contents

    Class SerializableFilterItem

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

    Inheritance
    System.Object
    SerializableFilterItem
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public class SerializableFilterItem : Object

    Constructors

    SerializableFilterItem()

    Initializes a new instance of the SerializableFilterItem class.

    Declaration
    public SerializableFilterItem()

    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 caption of the filter item.

    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 PropertyInfo FilterProperty { get; set; }
    Property Value
    Type
    System.Reflection.PropertyInfo

    Format

    Gets or sets the format of the filter item .

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

    Header

    Gets or sets the header of the filter item.

    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.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved