Class FilterRowElement
Represents a class that populates the items in ComboBoxAdv in GridFilterRowComboBoxRenderer.
Inheritance
System.Object
FilterRowElement
Namespace: Syncfusion.UI.Xaml.Grid.RowFilter
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class FilterRowElement : Object, INotifyPropertyChanged, IFilterElement
Constructors
FilterRowElement()
Initialize a new instance of FilterRowElement class.
Declaration
public FilterRowElement()
Properties
ActualValue
Gets or sets the actual value.
Declaration
public object ActualValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The actual value. |
DisplayText
Gets or sets the formatted value to display and filter.
Declaration
public string DisplayText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
FormattedString
Gets or sets the formatted string. Encapsulates a GridFilterControl.GetFormattedString method to convert the ActualValue with formatting in GridFilterElement
Declaration
public Func<object, string> FormattedString { get; set; }
Property Value
Type | Description |
---|---|
System.Func<System.Object, System.String> | The formatted string. |
Methods
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
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged