FileManagerSettingsFiltering.FilterBoxMode Property
Gets or sets a value specifying the filtering mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(FileManagerFilterBoxMode.CurrentFolder)]
public FileManagerFilterBoxMode FilterBoxMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
File |
Current |
One of the File |
Available values:
Name | Description |
---|---|
Current |
Searches within the current folder. |
Subfolders | Searches within all subfolders. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Filter |
---|---|---|
ASP. |
File |
|
ASP. |
ASPx |
|
#Remarks
Use the FilterBoxMode property to specify one of the following modes:
- FileManagerFilterBoxMode.CurrentFolder - Searches within the current folder.
- FileManagerFilterBoxMode.Subfolders - Searches within all subfolders.