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

ASPxFileManager.FileListCustomFilter Property

Specifies the name of your custom filter to be currently applied to the File Manager’s file list

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string FileListCustomFilter { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the filter’s name.

Remarks

Use this property to identify the active filter among all named custom filters you implement.

Note

Online Demos Refer to the File Manager - Custom Filter API online demo to see this feature in action.

See Also