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

FileSystemProviderBase.RootFolderDisplayName Property

Gets the root folder’s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual string RootFolderDisplayName { get; }

Property Value

Type Description
String

A String value specifying the root folder’s caption.

Remarks

Use the RootFolderDisplayName property to obtain the root folder’s caption, displayed within the ASPxFileManager.

See Also