Skip to main content
Tab

DataSourceFileSystemProvider.RootFolderDisplayName Property

Gets the root folder’s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override 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