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

FileManagerCustomFileInfoDisplayTextEventArgs.Item Property

Gets the file manager’s item whose information is processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerItem Item { get; protected set; }

Property Value

Type Description
FileManagerItem

A FileManagerItem object that is the file manager’s item.

See Also