Skip to main content
Tab

FileManagerSettingsFiltering.FilteredFileListView Property

Gets or sets a value specifying the file list view for the filtered content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.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.

ASPxFileManager-FilterView

Standard

Displays the filtered items in a regular view.

ASPxFileManager-StandardView

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FilteredFileListView
ASP.NET MVC Extensions FileManagerSettings
.SettingsFiltering .FilteredFileListView
ASP.NET Web Forms Controls ASPxFileManager
.SettingsFiltering .FilteredFileListView

Remarks

Use the FilteredFileListView property to specify the file list view for the filtered content.

See Also