Class FilterRow
Represents a class that used to initialize the FilterRow with different Renderers
Implements
System.ComponentModel.INotifyPropertyChanged
System.IComparable
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid.RowFilter
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class FilterRow : DataRow, IRowElement, IElement, INotifyPropertyChanged, IComparable, IDisposable
Constructors
FilterRow()
Initializes a new instance of FilterRow class.
Declaration
public FilterRow()
Methods
GetRenderer(GridColumn)
Gets the corresponding renderer for the given GridColumn.
Declaration
protected IGridCellRenderer GetRenderer(GridColumn column)
Parameters
Type | Name | Description |
---|---|---|
GridColumn | column |
Returns
Type |
---|
IGridCellRenderer |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IComparable
System.IDisposable