Skip to main content
Tab

FileManagerFilteredFileListViewMode Enum

Lists values that specify how the file manager displays the filtering results.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum FileManagerFilteredFileListViewMode

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.

ASPxFileManager-FilterView

Standard

Displays the filtered items in a regular view.

ASPxFileManager-StandardView

Related API Members

The following properties accept/return FileManagerFilteredFileListViewMode values:

See Also