WinUI

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

    Show / Hide Table of Contents

    Class FilterRow

    Represents a class that used to initialize the FilterRow with different Renderers

    Inheritance
    System.Object
    DataRowBase
    GridDataRow
    DataRow
    FilterRow
    Implements
    IRowElement
    IElement
    System.ComponentModel.INotifyPropertyChanged
    System.IComparable
    System.IDisposable
    Inherited Members
    DataRow.OnCreateRowElement()
    DataRow.GetColumnSize(Int32, Boolean)
    DataRow.GetRowSize(DataColumnBase, Boolean)
    DataRow.OnGenerateVisibleColumns(VisibleLinesCollection)
    DataRow.CanUpdateColumn(DataColumnBase)
    DataRow.OnRowIndexChanged()
    DataRow.CreateIndentColumn(Int32)
    GridDataRow.OnExpandedStateChanged()
    GridDataRow.GetColumnVisibleLineInfo(Int32)
    GridDataRow.GetRowVisibleLineInfo(Int32)
    GridDataRow.GetVisibleLineOrigin()
    GridDataRow.AllowRowHoverHighlighting()
    GridDataRow.SetSelectionBorderBindings(DataGridRowControl)
    GridDataRow.SetCurrentCellBorderBinding(UIElement)
    GridDataRow.Dispose(Boolean)
    GridDataRow.CreateRowHeaderColumn(Int32)
    GridDataRow.CollapseColumn(DataColumnBase)
    DataRowBase.OnRowDataChanged()
    DataRowBase.GetDataRow()
    DataRowBase.GetVisibleColumns()
    DataRowBase.MeasureElement(Size)
    DataRowBase.ArrangeElement(Rect)
    DataRowBase.OnPropertyChanged(String)
    DataRowBase.CompareTo(Object)
    DataRowBase.Dispose()
    DataRowBase.WholeRowElement
    DataRowBase.IsExpanded
    DataRowBase.IsEditing
    DataRowBase.RowData
    DataRowBase.RowIndex
    DataRowBase.RowType
    DataRowBase.IsSelectedRow
    DataRowBase.IsFocusedRow
    DataRowBase.IsCurrentRow
    DataRowBase.IsFixedRow
    DataRowBase.VisibleColumns
    DataRowBase.IsSpannedRow
    DataRowBase.Element
    DataRowBase.Index
    DataRowBase.RowRegion
    DataRowBase.Level
    DataRowBase.ArrangeRect
    DataRowBase.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.DataGrid.RowFilter
    Assembly: Syncfusion.Grid.WinUI.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 Description
    IGridCellRenderer

    Implements

    IRowElement
    IElement
    System.ComponentModel.INotifyPropertyChanged
    System.IComparable
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved