Back to Devexpress

FileManagerItem.RelativeName Property

aspnet-devexpress-dot-web-dot-filemanageritem-cf33b177.md

latest1.3 KB
Original Source

FileManagerItem.RelativeName Property

Gets a relative name of the current item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public string RelativeName { get; }
vb
Public ReadOnly Property RelativeName As String

Property Value

TypeDescription
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.

See Also

RootFolder

File Manager

FileManagerItem Class

FileManagerItem Members

DevExpress.Web Namespace