Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterItemTemplateContext

    Show / Hide Table of Contents

    Class FilterItemTemplateContext

    Defines the context details of the FilterItemTemplate of checkbox and excel filter.

    Inheritance
    System.Object
    FilterItemTemplateContext
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FilterItemTemplateContext : Object

    Constructors

    FilterItemTemplateContext()

    Declaration
    public FilterItemTemplateContext()

    Properties

    Column

    Gets the current column.

    Declaration
    public GridColumn Column { get; set; }
    Property Value
    Type Description
    GridColumn

    Record

    Gets the current record.

    Declaration
    public object Record { get; set; }
    Property Value
    Type Description
    System.Object

    Value

    Gets the current cell value.

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object

    See Also

    FilterItemTemplate
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved