Skip to main content
Tab

FileManagerCustomFileInfoDisplayTextEventArgs.Item Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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