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

TreeViewImages.ExpandButton Property

Gets settings of an image that when clicked, expands a node.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties ExpandButton { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

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