Skip to main content
Tab

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
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
.SettingsFiltering .FilterBoxMode
ASP.NET Web Forms Controls ASPxFileManager
.SettingsFiltering .FilterBoxMode

#Remarks

Use the FilterBoxMode property to specify one of the following modes:

See Also