alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class GridFilterColumn

    Configures grid filter column.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    GridFilterColumn
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnParametersSet()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.Dispose(bool)
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GridFilterColumn : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    GridFilterColumn()

    Declaration
    public GridFilterColumn()

    Properties

    ActualValue

    Defines the Actual value used to filter records.

    Declaration
    public object ActualValue { get; set; }
    Property Value
    Type
    object

    Field

    Defines the field name of the filter column.

    Declaration
    [Parameter]
    public string Field { get; set; }
    Property Value
    Type
    string

    MatchCase

    If match case set to true, then filter records with exact match or else filter records with case insensitive(uppercase and lowercase letters treated as same).

    Declaration
    [Parameter]
    public bool MatchCase { get; set; }
    Property Value
    Type
    bool

    Operator

    Defines the operator to filter records.

    Declaration
    [Parameter]
    public Operator Operator { get; set; }
    Property Value
    Type
    Operator

    Predicate

    Defines the relationship between one filter query and another by using AND or OR predicate.

    Declaration
    [Parameter]
    public string Predicate { get; set; }
    Property Value
    Type
    string

    Uid

    Defines the UID of filter column.

    Declaration
    public string Uid { get; set; }
    Property Value
    Type
    string

    Value

    Defines the value used to filter records.

    Declaration
    [Parameter]
    public object Value { get; set; }
    Property Value
    Type
    object

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    Task
    Overrides
    ComponentBase.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    Task
    Overrides
    ComponentBase.OnParametersSetAsync()

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved