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