Class ViewType
Defines the view type of the FileManager.
Inheritance
System.Object
ViewType
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ViewType : Enum
Fields
Details
To display the folders and files in the details view.
Declaration
public const ViewType Details
Field Value
Type |
---|
ViewType |
LargeIcons
To display the folders and files in the large icon view.
Declaration
public const ViewType LargeIcons
Field Value
Type |
---|
ViewType |