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

TreeViewImages.CollapseButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties CollapseButton { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The CollapseButton property provides access to the settings that define an image for the expand button. A click on this image collapses the corresponding node.

For more information, see the Expanding and Collapsing Nodes topic.

See Also