menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class KanbanSearchSettings

    Inheritance
    System.Object
    EJTagHelper
    KanbanSearchSettings
    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 KanbanSearchSettings : EJTagHelper

    Constructors

    KanbanSearchSettings()

    Declaration
    public KanbanSearchSettings()

    Properties

    Fields

    Gets or sets the kanban to search for the value in particular card data that is mentioned in the field.

    Declaration
    [JsonProperty("fields")]
    public List<string> Fields { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The fields

    IgnoreCase

    Gets or sets It enables or disables case sensitivity while searching the search key in kanban.

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

    The ignoreCase

    Key

    Gets are sets the kanban to search particular data that is mentioned in the key.

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

    The key

    Operator

    Gets or sets specifies the kanban to search the cards based on operator..

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

    The operator

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