Skip to main content
All docs
V23.2

GridDataColumnFilterMenuTemplateContext Class

Stores information about a data column and is passed as the context parameter to the DxGridDataColumn.FilterMenuTemplate and DxGrid.DataColumnFilterMenuTemplate templates.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public class GridDataColumnFilterMenuTemplateContext

Remarks

Refer to the DxGridDataColumn.FilterMenuTemplate property description for more information and an example.

View Example: Implement a date range filter

Inheritance

Object
GridDataColumnFilterMenuTemplateContext
See Also