FileManagerSettingsFiltering.FilterBoxMode Property
Gets or sets a value specifying the filtering mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 Web Forms Controls | ASPxFileManager |
|
ASP.NET MVC Extensions | FileManagerSettings |
|
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