[]
Represents a row whose cells are text boxes used to filter the corresponding column.
public class GridFilterRow : GridRow, IComponent, IHandleAfterRender, INotifyPropertyChanging, IHandleEvent, INotifyPropertyChanged
Public Class GridFilterRow
Inherits GridRow
Implements IComponent, IHandleAfterRender, INotifyPropertyChanging, IHandleEvent, INotifyPropertyChanged
| Name | Description |
|---|---|
| GridFilterRow() | Initializes a new instance of the GridFilterRow class. |
| 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. |
| Name | Description |
|---|---|
| AllowEditing(GridColumn) | Returns true when the cell in the intersection of the specified column and this row can be edited. |
| GetCellContentRenderFragment(GridCellType, GridColumn) | This method is called to provide the content of a cell belonging to this row. |
| OnAttached() | Called when the row is attached to a collection of rows. |
| OnDetached() | Called when the row is detached from a collection of rows. |
| PrepareCellStyle(GridCellType, GridColumn, C1Style, C1Thickness) | Gets the style that will be applied to the cell. |