menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IconFilter - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class IconFilter

    Class represents Icon Filter for a column

    Inheritance
    System.Object
    IconFilter
    Implements
    IFilter
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class IconFilter : Object, IFilter

    Constructors

    IconFilter()

    Declaration
    public IconFilter()

    Properties

    FilterType

    Property to access the filter type (Icon Filter).

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

    IconId

    Property to access the IconId filtered.

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

    IconSetType

    Property to access the IconSetType for which filter is applied.

    Declaration
    public ExcelIconSetType IconSetType { get; }
    Property Value
    Type
    ExcelIconSetType

    Methods

    Clone()

    Returns a shallow copy of object obtained from MemberwiseClone method.

    Declaration
    public IconFilter Clone()
    Returns
    Type
    IconFilter

    Implements

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