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

FileManagerItem.RelativeName Property

Gets a relative name of the current item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public string RelativeName { get; }

Property Value

Type Description
String

A String value that represents the item’s relative name.

Remarks

The RelativeName property represents the name of the current item with its path, related to the root folder of the control.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RelativeName property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also