ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CombinationFilter - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CombinationFilter

    Class represent combination filter for a column

    Inheritance
    System.Object
    CombinationFilter
    Implements
    IFilter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class CombinationFilter : IFilter

    Constructors

    CombinationFilter(IAutoFilter)

    Create an instance of combination filter.

    Declaration
    public CombinationFilter(IAutoFilter filter)
    Parameters
    Type Name Description
    IAutoFilter filter

    parent filter

    Properties

    Count

    Return total number combination filter values(both Text and DateTime Filter). Read-Only.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    FilterType

    Specifies the type of filter. Read-Only.

    Declaration
    public ExcelFilterType FilterType { get; }
    Property Value
    Type Description
    ExcelFilterType

    IsBlank

    Returen true, if the blank values are filtered. Read-Only.

    Declaration
    public bool IsBlank { get; }
    Property Value
    Type Description
    System.Boolean

    Item[Int32]

    Return combination filter value(either Text or DateTime Filter) at the specified Index. Read-Only.

    Declaration
    public IMultipleFilter this[int Index] { get; }
    Parameters
    Type Name Description
    System.Int32 Index
    Property Value
    Type Description
    IMultipleFilter

    Implements

    IFilter
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved