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

FileManagerItem.Location Property

Gets the current item’s location.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string Location { get; }

Property Value

Type Description
String

A string value that specifies the item’s location.

Remarks

The Location property represents the item’s location path (from the root folder) excluding the file’s name.

See Also