alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class FilterRow

    Represents the class that holds the filter row for the SfDataGrid.

    Inheritance
    System.Object
    DataRowBase
    DataRow
    FilterRow
    Implements
    System.IDisposable
    Inherited Members
    DataRow.CreateDetailsViewExpanderColumn(Int32)
    DataRow.CreateGroupExpanderColumn(Int32)
    DataRow.CreateIndentColumn(Int32)
    DataRow.CreatePreviewRowExpanderColumn(Int32)
    DataRow.CreateRowHeaderColumn(Int32)
    DataRow.GetColumnSize(Int32, Boolean)
    DataRow.GetRowSize(DataColumnBase, Boolean)
    DataRow.OnGenerateVisibleColumns(VisibleLinesCollection)
    DataRowBase.Dispose()
    DataRowBase.Dispose(Boolean)
    DataRowBase.GetColumnVisibleLineInfo(Int32)
    DataRowBase.GetVisibleColumns()
    DataRowBase.Index
    DataRowBase.IsCurrentRow
    DataRowBase.IsEditing
    DataRowBase.IsExpanded
    DataRowBase.IsSelectedRow
    DataRowBase.IsSpannedRow
    DataRowBase.Level
    DataRowBase.OnRowIndexChanged()
    DataRowBase.RowData
    DataRowBase.RowIndex
    DataRowBase.RowRegion
    DataRowBase.RowType
    DataRowBase.VisibleColumns
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved