menu

UWP

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

    Show / Hide Table of Contents

    Class CombinationFilter

    Class represent combination filter for a column

    Inheritance
    System.Object
    CombinationFilter
    Implements
    IFilter
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public class CombinationFilter : Object, 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
    System.Int32

    FilterType

    Specifies the type of filter. Read-Only.

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

    IsBlank

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

    Declaration
    public bool IsBlank { get; }
    Property Value
    Type
    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
    IMultipleFilter

    Implements

    IFilter

    Extension Methods

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