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

TreeViewNode.ImageStyle Property

Gets the style settings, used to paint an image of the current node.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public AppearanceStyle ImageStyle { get; }

Property Value

Type Description
AppearanceStyle

An AppearanceStyle object that contains the style settings, used to paint the current node’s image.

Remarks

The ImageStyle property provides access to the style settings used to define the appearance of the current node’s image, specified via the TreeViewNode.Image property.

A specific style can be applied to all node images of the ASPxTreeView control, using the TreeViewStyles.NodeImage property.

See Also