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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public IEnumerable<FileManagerItem> Items { get; set; }
#Property Value
Type | Description |
---|---|
IEnumerable<File |
A collection of File |