aspnet-devexpress-dot-web-a22f7ada.md
An individual item within a file manager.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public abstract class FileManagerItem :
IEquatable<FileManagerItem>
Public MustInherit Class FileManagerItem
Implements IEquatable(Of FileManagerItem)
The following members return FileManagerItem objects:
Show 11 links
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.
Object FileManagerItem FileManagerFile
See Also