Back to Devexpress

ASPxFileManager.FileListCustomFilter Property

aspnet-devexpress-dot-web-dot-aspxfilemanager-a62199ec.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string FileListCustomFilter { get; set; }
vb
<DefaultValue("")>
Public Property FileListCustomFilter As String

Property Value

TypeDefaultDescription
StringString.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

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace