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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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