TreeViewImages.CollapseButton Property
Gets settings of an image, which when clicked, collapses a node.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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