Class FilterElement
Inheritance
System.Object
FilterElement
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class FilterElement : Object, INotifyPropertyChanged, ICloneable
Constructors
FilterElement()
Declaration
public FilterElement()
Properties
ActualValue
Gets or sets the actual value.
Declaration
public object ActualValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The actual value. |
IsSelected
Gets or sets a value indicating whether this instance is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object | A new object that is a copy of this instance. |
RaisePropertyChanged(String)
Raises the property 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
System.ICloneable