Skip to main content
A newer version of this page is available. .
Tab

ASPxFileManager.FileListCustomFilterBreadcrumbsText Property

Specifies the breadcrumbs text to be displayed in the File Manager for the applied filter.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string FileListCustomFilterBreadcrumbsText { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying breadcrumbs text when custom filter is applied.

Remarks

Note

Online Demos Refer to the File Manager - Custom Filter API online demo to see this feature in action.

See Also