FileManagerGetFilteredItemsArgs.FileListCustomFilter Property
Gets the active filter’s name (specified by the FileManager’s ASPxFileManager.FileListCustomFilter property)
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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