Skip to main content
Tab

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

#Remarks

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

See Also