GridDataColumnFilterRowCellTemplateContext Properties
Stores information about the data column’s filter row cell and is passed as thecontext
parameter to the DxGridDataColumn.FilterRowCellTemplate.
Name | Description |
---|---|
DataColumn | Returns the data column to which the filter row cell belongs. |
FilterCriteria | Specifies the filter criteria the filter row applies to the data column. |
FilterRowValue | Specifies the value in the filter row editor. |
Grid | Returns the Grid object. |
See Also