Class FilterElement
Class which is used to provide the information about filter value
Inheritance
System.Object
FilterElement
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.Spreadsheet
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public class FilterElement : Object, INotifyPropertyChanged
Constructors
FilterElement()
Declaration
public FilterElement()
Properties
DisplayText
Gets or sets the display Text of the filteredElements from the XlsIO.
Declaration
public string DisplayText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The displayText. |
IsSelected
Gets or sets a value indicating whether the CheckBoxFiltered items is selected or not.
Declaration
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
RaisePropertyChanged(String)
Raises when the IsSelected property of the Filtered element has changed.
Declaration
public void RaisePropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Name of the property. |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged