Skip to main content
Tab

TreeViewNode.ImageStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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