TreeListDataColumnFilterMenuTemplateContext Class
Stores information about a data column and is passed as the context parameter to the DxTreeListDataColumn.FilterMenuTemplate and DxTreeList.DataColumnFilterMenuTemplate templates.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public class TreeListDataColumnFilterMenuTemplateContext :
GridTemplateContextBase
Remarks
Refer to the DxTreeListDataColumn.FilterMenuTemplate property description for more information and an example.
Inheritance
Object
DevExpress.Blazor.Grid.Internal.GridTemplateContextBase
TreeListDataColumnFilterMenuTemplateContext
See Also