TreeViewImages.CollapseButton Property
In This Article
Gets settings of an image, which when clicked, collapses a node.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties CollapseButton { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#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