FileManagerSettingsFiltering.FilterBoxMode Property
Gets or sets a value specifying the filtering mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(FileManagerFilterBoxMode.CurrentFolder)]
public FileManagerFilterBoxMode FilterBoxMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| FileManagerFilterBoxMode | CurrentFolder | One of the FileManagerFilterBoxMode value. |
Available values:
| Name | Description |
|---|---|
| CurrentFolder | 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 FilterBoxMode |
|---|---|---|
| ASP.NET MVC Extensions | FileManagerSettings |
|
| ASP.NET Web Forms Controls | ASPxFileManager |
|
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.
See Also