A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public AppearanceStyle NodeImage { get; }
Public ReadOnly Property NodeImage As AppearanceStyle
Property Value
Type | Description |
---|---|
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
Feedback