menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class FilteredColumn

    Gets or sets a value that indicates whether to define the filtered columns details programmatically at initial load.

    Inheritance
    System.Object
    EJTagHelper
    FilteredColumn
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class FilteredColumn : EJTagHelper

    Constructors

    FilteredColumn()

    Declaration
    public FilteredColumn()

    Properties

    Field

    Gets or sets a value that indicates whether to define the field name of the column to be filter.

    Declaration
    [JsonProperty("field")]
    public string Field { get; set; }
    Property Value
    Type Description
    System.String

    MatchCase

    Gets or sets a value that indicates whether casing should be ignored or considered.

    Declaration
    [JsonProperty("matchcase")]
    public bool MatchCase { get; set; }
    Property Value
    Type Description
    System.Boolean

    Operator

    Gets or sets a value that indicates whether to define the filter condition to filtered column.

    Declaration
    [JsonProperty("operator")]
    [JsonConverter(typeof(StringEnumConverter))]
    public FilterOperatorType Operator { get; set; }
    Property Value
    Type Description
    FilterOperatorType

    Predicate

    Gets or sets a value that indicates whether to define the predicate as and/or.

    Declaration
    [JsonProperty("predicate")]
    public string Predicate { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Gets or sets a value that indicates whether to define the value to be filtered in a column.

    Declaration
    [JsonProperty("value")]
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved