Class FilterRow
Represents the class that holds the filter row for the SfDataGrid.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.RowFilter
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class FilterRow : DataRow, IDisposable
Constructors
FilterRow()
Declaration
public FilterRow()
Methods
GetRenderer(GridColumn)
Gets the corresponding renderer for the given column.
Declaration
protected IGridCellRenderer<TableControl> GetRenderer(GridColumn column)
Parameters
| Type | Name | Description |
|---|---|---|
| GridColumn | column | The GridColumn that needs to return the renderer. |
Returns
| Type | Description |
|---|---|
| IGridCellRenderer<TableControl> | Returns the filter row cell renderer for the corresponding column. |
Implements
System.IDisposable