Skip to main content
A newer version of this page is available. .
Tab

FileManagerSettingsFolders.ShowFolderIcons Property

Gets or sets a value that specifies whether the folders’ icons are displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public virtual bool ShowFolderIcons { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if icons are displayed, otherwise, false.

Property Paths

You can access this nested property as listed below:

Remarks

Use the ShowFolderIcons property to manage the visibility of a folders’ icons. The image can be customized by using the FileManagerImages.Folder property.

 

ASPxFileManager - Folder Image

See Also