FileManagerSettingsFolders.ShowFolderIcons Property
Gets or sets a value that specifies whether the folders’ icons are displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ShowFolderIcons |
---|---|---|
ASP.NET Web Forms Controls | ASPxFileManager |
|
ASP.NET MVC Extensions | FileManagerSettings |
|
Remarks
Use the ShowFolderIcons property to manage the visibility of a folders’ icons. The image can be customized by using the FileManagerImages.Folder property.
See Also