FileManagerItem Class
In This Article
An individual item within a file manager.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Remarks
The FileManagerItem class is the base type from which the FileManagerFile and FileManagerFolder are derived. The FileManagerItem implements the common properties: FileManagerItem.FullName, FileManagerItem.Name, and FileManagerItem.RelativeName.
Note that the FileManagerItem class has a client-side equivalent - an object of the ASPxClientFileManagerItem type.
#Implements
See Also