FileManagerSettingsFiltering.FilteredFileListView Property
Gets or sets a value specifying the file list view for the filtered content.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(FileManagerFilteredFileListViewMode.Auto)]
public FileManagerFilteredFileListViewMode FilteredFileListView { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| FileManagerFilteredFileListViewMode | Auto | One of the FileManagerFilteredFileListViewMode values. |
Available values:
| 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.
|
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to FilteredFileListView |
|---|---|---|
| ASP.NET MVC Extensions | FileManagerSettings |
|
| ASP.NET Web Forms Controls | ASPxFileManager |
|
Remarks
Use the FilteredFileListView property to specify the file list view for the filtered content.

