FileManagerFilteredFileListViewMode Enum
Lists values that specify how the file manager displays the filtering results.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
The following properties accept/return FileManagerFilteredFileListViewMode values:
See Also