WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterElement - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilterElement

    Class which is used to provide the information about filter value

    Inheritance
    System.Object
    FilterElement
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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.UI.Xaml.Spreadsheet
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class FilterElement : INotifyPropertyChanged

    Constructors

    FilterElement()

    Declaration
    public FilterElement()

    Properties

    DisplayText

    Gets or sets the display Text of the filteredElements from the XlsIO.

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

    The displayText.

    IsSelected

    Gets or sets a value indicating whether the CheckBoxFiltered items is selected or not.

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

    true if this instance is selected; otherwise, false.

    Methods

    RaisePropertyChanged(String)

    Raises when the IsSelected property of the Filtered element has changed.

    Declaration
    public void RaisePropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    Name of the property.

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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