FileManagerImages.FolderCollapseButton Property
In This Article
Gets settings of an image, which when clicked, collapses a folder.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties FolderCollapseButton { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
The FolderCollapseButton property provides access to the settings that define an image for the folder collapse buttons. A click on this image collapses the corresponding folder.
See Also