Back to Devexpress

TreeViewNode.ImageStyle Property

aspnet-devexpress-dot-web-dot-treeviewnode-6df7598e.md

latest1.6 KB
Original Source

TreeViewNode.ImageStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public AppearanceStyle ImageStyle { get; }
vb
Public ReadOnly Property ImageStyle As AppearanceStyle

Property Value

TypeDescription
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

Tree View

Tree View Elements

TreeViewNode Class

TreeViewNode Members

DevExpress.Web Namespace