Skip to main content
A newer version of this page is available. .

ReportDocumentMapStyles.NodeImage Property

Gets the style settings assigned to nodes in a Document Map.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

[Browsable(false)]
public AppearanceStyle NodeImage { get; }

Property Value

Type Description
AppearanceStyle

A AppearanceStyle value.

See Also