FileManagerItem.RelativeName Property
In This Article
Gets a relative name of the current item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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