Class FilterItemElement
Class that holds different filter items.
Inheritance
System.Object
FilterItemElement
Implements
System.IComparable
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class FilterItemElement : Object, IComparable, INotifyPropertyChanged
Constructors
FilterItemElement()
Initializes a new instance of the FilterItemElement class.
Declaration
public FilterItemElement()
Properties
IsAllFilter
Gets or sets a value indicating whether the filter item is "(All)" in the FilterPopUp window.
Declaration
public bool IsAllFilter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Returns |
IsChanged
Gets or sets the bool value for the changed state.
Declaration
public Nullable<bool> IsChanged { get; set; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |
IsSelected
Gets or sets the bool value for the selected option.
Declaration
public Nullable<bool> IsSelected { get; set; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |
Key
Gets or sets the key for the filter item.
Declaration
public string Key { get; set; }
Property Value
Type |
---|
System.String |
SelectedState
Gets or sets the bool value for the selected state.
Declaration
public Nullable<bool> SelectedState { get; set; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |
Methods
AcceptChanges()
To accept the changes in Engine.
Declaration
public void AcceptChanges()
CompareTo(Object)
To compare the filter items using key.
Declaration
public int CompareTo(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type |
---|
System.Int32 |
RejectChanges()
To reject the changes in Engine.
Declaration
public void RejectChanges()
ToString()
Converts the data to string datatype.
Declaration
public override string ToString()
Returns
Type |
---|
System.String |
Events
PropertyChanged
Event that is triggered when the property of the cell is changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.IComparable
System.ComponentModel.INotifyPropertyChanged