Skip to main content
Tab

FileManagerItem.RelativeName Property

Gets a relative name of the current item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

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

See Also