menu

WPF

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

    Show / Hide Table of Contents

    Class FilterChoice

    Class that holds the members used to maintain filter item in the filter pop-up.

    Inheritance
    System.Object
    NotificationObject
    FilterChoice
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    NotificationObject.PropertyChanged
    NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
    NotificationObject.RaisePropertyChanged(String)
    NotificationObject.RaisePropertyChanged(String[])
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class FilterChoice : NotificationObject, INotifyPropertyChanged

    Constructors

    FilterChoice()

    Declaration
    public FilterChoice()

    Properties

    IsChecked

    Gets or sets a value to know whether the filter item at filter pop-up window is in checked state or not.

    Declaration
    public bool? IsChecked { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    Text

    Gets or sets the text of the filter item in the filter pop-up list.

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

    Implements

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