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

FileManagerItem Class

An individual item within a file manager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public abstract class FileManagerItem :
    IEquatable<FileManagerItem>

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.

Inheritance

See Also