TreeListDataColumnFilterRowCellTemplateContext Properties
Stores information about the data column’s filter row cell and is passed as thecontext
parameter to the DxTreeListDataColumn.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. |
TreeList | Returns the TreeList object. |
See Also