menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class FileExplorerFilterSettings

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

    Constructors

    FileExplorerFilterSettings()

    Declaration
    public FileExplorerFilterSettings()

    Properties

    AllowSearchOnTyping

    Search the content inn enter key press

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

    CaseSensitiveSearch

    Enables or disables to perform the filter operation with case sensitive.

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

    FilterType

    Sets the search filter type

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("filterType")]
    public FilterOperator FilterType { get; set; }
    Property Value
    Type Description
    FilterOperator
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved