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

FileManagerGetFilteredItemsArgs.Items Property

Gets or sets a collection of file items (FileManagerFile or FileManagerFolder instances) that match the applied filter.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public IEnumerable<FileManagerItem> Items { get; set; }

Property Value

Type Description
IEnumerable<FileManagerItem>

A collection of FileManagerItem objects that are matched the applied filter.

See Also