TreeViewStyles.NodeImage Property
In This Article
Provides access to the style settings used to paint the node images displayed within the ASPxTreeView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public AppearanceStyle NodeImage { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
A specific style can be applied to particular node images using the TreeViewNode.ImageStyle property.
See Also