Skip to main content
Tab

FileManagerGetFilteredItemsArgs.FileListCustomFilter Property

Gets the active filter’s name (specified by the FileManager’s ASPxFileManager.FileListCustomFilter property)

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string FileListCustomFilter { get; }

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