alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    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[])
    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 Nullable<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 - 2026 Syncfusion Inc. All Rights Reserved