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.v24.2.dll
Declaration
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