FileManagerSettingsFiltering.FilteredFileListView Property
Gets or sets a value specifying the file list view for the filtered content.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(FileManagerFilteredFileListViewMode.Auto)]
public FileManagerFilteredFileListViewMode FilteredFileListView { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
File |
Auto | One of the File |
Available values:
Name | Description |
---|---|
Auto | Displays the filtered items depending on the File |
Filter |
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 Filtered |
---|---|---|
ASP. |
File |
|
ASP. |
ASPx |
|
#Remarks
Use the FilteredFileListView property to specify the file list view for the filtered content.