aspnet-devexpress-dot-web-69a40cb8.md
Lists values that specify how the file manager displays the filtering results.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum FileManagerFilteredFileListViewMode
Public Enum FileManagerFilteredFileListViewMode
| Name | Description |
|---|---|
Auto |
Displays the filtered items depending on the FileManagerSettingsFiltering.FilterBoxMode property. If it is set to FileManagerFilterBoxMode.Subfolders, the FilterView file list is displayed; otherwise, the Standard file list is displayed
|
| FilterView |
Displays the filtered items in a Filter View.
|
| Standard |
Displays the filtered items in a regular view.
|
The following properties accept/return FileManagerFilteredFileListViewMode values:
See Also