TreeViewImages.ExpandButton Property
In This Article
Gets settings of an image that when clicked, expands a node.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties ExpandButton { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
The ExpandButton property provides access to the settings that define an image for the expand button. Clicking on this image expands a node.
For more information, see the Expanding and Collapsing Nodes topic.
See Also