FileListView Enum
List values that specify the file list view.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Thumbnails
|
File list displays files as thumbnails. |
Details
|
File list displays files as a grid containing file detail information. |
Related API Members
The following properties accept/return FileListView values:
Remarks
Values listed by this enumerator are used to set the FileManagerSettingsFileList.View property value.
See Also