Skip to main content
A newer version of this page is available. .
All docs
V23.1

GridDataColumnFilterMenuTemplateContext Properties

Stores information about a data column and is passed as the context parameter to the DxGridDataColumn.FilterMenuTemplate and DxGrid.DataColumnFilterMenuTemplate templates.
Name Description
DataColumn Returns the data column to which the filter menu belongs.
FilterCriteria Specifies the filter criteria applied to a data column.
Grid Returns an object that defines grid API members (properties and methods).
See Also