Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileManagerSearchSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FileManagerSearchSettings

    Defines the search settings for the filemanager component.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    FileManagerSearchSettings
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FileManagerSearchSettings : SfBaseComponent

    Constructors

    FileManagerSearchSettings()

    Declaration
    public FileManagerSearchSettings()

    Properties

    AllowSearchOnTyping

    Enables or disables the allowSearchOnTyping.

    Declaration
    public bool AllowSearchOnTyping { get; set; }
    Property Value
    Type Description
    System.Boolean

    FilterType

    Specifies the filter type while searching the content. The available filter types are: Contains startsWith endsWith

    Declaration
    public FilterType FilterType { get; set; }
    Property Value
    Type Description
    FilterType

    IgnoreCase

    If ignoreCase is set to false, searches files that match exactly, else searches files that are case insensitive(uppercase and lowercase letters treated the same).

    Declaration
    public bool IgnoreCase { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved