[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridFilterRow

GridFilterRow Class

Represents a row whose cells are text boxes used to filter the corresponding column.

Inheritance
GridFilterRow
Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public class GridFilterRow : GridRow, INotifyPropertyChanging, INotifyPropertyChanged

Constructors

Name Description
GridFilterRow()

Initializes a new instance of the GridFilterRow class.

Properties

Name Description
AutoComplete

Gets or sets whether the typed text will be auto-completed based on the data in the grid.

Delay

Gets or sets the delay before performing the filtering.

IsFiltering

Gets whether a filter operation is being executed.

MatchCase

Gets or sets whether the filtered text should match the case too.

MatchWholeWord

Gets or sets whether the filtered text should match the whole word.

Placeholder

Gets or sets the placeholder text.

Methods

Name Description
AllowEditing(GridColumn)

Returns true when the cell in the intersection of the specified column and this row can be edited.

BindCellContent(View, GridCellType, GridColumn)

Binds the content of the cell for the specified column.

CreateCellContent(GridCellType, GridColumn, object)

Creates the content of the cell for the specified column.

GetCellContentType(GridCellType, GridColumn)

Gets the type of the cell content.

UnbindCellContent(View, GridCellType, GridColumn)

Unbinds the content of the cell for the specified column.