menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilterType

    Specifies the filter type for Search settings of the File Manager.

    Inheritance
    System.Object
    FilterType
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class FilterType : Enum

    Fields

    Contains

    Search the folders or files name which contains the typed characters.

    Declaration
    public const FilterType Contains
    Field Value
    Type
    FilterType

    EndsWith

    Search the folders or files name which ends with the typed characters.

    Declaration
    public const FilterType EndsWith
    Field Value
    Type
    FilterType

    StartsWith

    Search the folders or files name which starts with the typed characters.

    Declaration
    public const FilterType StartsWith
    Field Value
    Type
    FilterType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved