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

FileManagerDetailsViewCustomColumnDisplayTextEventArgs.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 currently being processed.

Remarks

To learn more about custom columns, see the Custom Columns topic.

See Also