Enum FilterType
Specifies the filter type for Search settings of the File Manager.
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public enum FilterType
Fields
| Name | Description |
|---|---|
| Contains | Search the folders or files name which contains the typed characters. |
| EndsWith | Search the folders or files name which ends with the typed characters. |
| StartsWith | Search the folders or files name which starts with the typed characters. |