Back to Devexpress

ASPxFileManager.FileListCustomFilterBreadcrumbsText Property

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

latest1.5 KB
Original Source

ASPxFileManager.FileListCustomFilterBreadcrumbsText Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

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

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace