Class FilterChoice
Class that holds the members used to maintain filter item in the filter pop-up.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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