Skip to main content
A newer version of this page is available. .

GridDataColumnFilterRowCellTemplateContext Properties

Stores information about the data column’s filter row cell and is passed as the context parameter to the DxGridDataColumn.FilterRowCellTemplate.
Name Description
DataColumn Returns the data column to which the filter row cell belongs.
FilterCriteria Specifies the filter criteria applied to the data column.
FilterRowValue Specifies the value in the filter row editor.
Grid Returns the Grid object. Inherited from GridColumnFilterRowCellTemplateContext.
See Also