Back to Devexpress

TreeViewStyles.NodeImage Property

aspnet-devexpress-dot-web-dot-treeviewstyles-2c527da0.md

latest1.4 KB
Original Source

TreeViewStyles.NodeImage Property

Provides access to the style settings used to paint the node images displayed within the ASPxTreeView.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
AppearanceStyle

An AppearanceStyle object that contains style settings.

|

Remarks

A specific style can be applied to particular node images using the TreeViewNode.ImageStyle property.

See Also

Tree View

TreeViewStyles Class

TreeViewStyles Members

DevExpress.Web Namespace