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

FileManagerImages.FolderCollapseButton Property

Gets settings of an image, which when clicked, collapses a folder.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageProperties FolderCollapseButton { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

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.

ASPxFileManager - Expand Buttons

See Also