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

FileManagerFilterBoxMode Enum

Lists values that specify the filter box search mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum FileManagerFilterBoxMode

Members

Name Description
CurrentFolder

Searches within the current folder.

Subfolders

Searches within all subfolders.

Related API Members

The following properties accept/return FileManagerFilterBoxMode values:

Remarks

Values listed by this enumeration are used to set the FileManagerSettingsFiltering.FilterBoxMode property’s value.

See Also