FileManagerFileListDetailsViewSettings.ThumbnailWidth Property
Gets or sets the width of thumbnails and folder images displayed in the file area in details view mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A Unit value specifying the thumbnail width. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ThumbnailWidth |
---|---|
FileManagerSettingsFileList |
|
Remarks
Use the ThumbnailWidth and FileManagerFileListDetailsViewSettings.ThumbnailHeight properties to specify the size of thumbnails and folder images displayed in the file area in details view mode.
See Also