FileManagerGetFilteredItemsArgs.FileListCustomFilter Property
In This Article
Gets the active filter’s name (specified by the FileManager’s ASPxFileManager.FileListCustomFilter property)
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A string value specifying the filter’s name. |
#Remarks
Use this property to identify the active filter among all named custom filters you implement.
See Also