Class FilterItemTemplateContext
Defines the context details of the FilterItemTemplate of checkbox and excel filter.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class FilterItemTemplateContext
Constructors
FilterItemTemplateContext()
Declaration
public FilterItemTemplateContext()
Properties
Column
Gets the current column.
Declaration
public GridColumn? Column { get; }
Property Value
| Type |
|---|
| GridColumn |
Record
Gets the current record.
Declaration
public object? Record { get; }
Property Value
| Type |
|---|
| object |
Value
Gets the current cell value.
Declaration
public object? Value { get; }
Property Value
| Type |
|---|
| object |