Enum
FileManagerViewType

Defines how files and folders are displayed in the FileManager main content area.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum FileManagerViewType

Fields

Grid

Displays files and folders in a tabular format with detailed information in sortable columns. Shows comprehensive details like file size, modification date, and other properties in columns. Allows users to sort by any column (name, size, date, etc.) for better organization. Best suited for detailed file analysis, comparison, and data-driven file management tasks.

Declaration

cs-api-definition
Grid = 1

Field Value

FileManagerViewType

ListView

Displays files and folders as a vertical list with icons, names, and basic information. Provides a compact view that's ideal for browsing many items quickly. Shows file/folder icons, names, and basic details in a streamlined format. Best suited for general file browsing and navigation.

Declaration

cs-api-definition
ListView = 0

Field Value

FileManagerViewType

In this article
DefinitionFieldsGridListView
Not finding the help you need?
Contact Support