Skip to main content
Tab

TreeViewImages.ExpandButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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