menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterCollectionModel - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilterCollectionModel

    Inheritance
    System.Object
    FilterCollectionModel
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class FilterCollectionModel : Object

    Constructors

    FilterCollectionModel()

    Declaration
    public FilterCollectionModel()

    Properties

    column

    Specifies the filtered column collection.

    Declaration
    public List<int> column { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.Int32>

    criteria

    Specifies the condition for column filtering.

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

    dataType

    Specifies the data type of column filtering.

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

    filterRange

    Specifies the range for the filter.

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

    hasFilter

    Specifies the sheet has filter or not.

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

    predicates

    Specifies the data type of column filtering.

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

    sheetIndex

    Specifies the sheet index.

    Declaration
    public int sheetIndex { get; set; }
    Property Value
    Type
    System.Int32

    value

    Specifies the value for column filtering.

    Declaration
    public List<object> value { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved