Skip to main content
A newer version of this page is available. .
Tab

FileManagerSettingsFiltering.FilterBoxMode Property

Gets or sets a value specifying the filtering mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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:

Remarks

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

See Also