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

DocumentViewerDocumentMapSettings.AllowSelectNode Property

Specifies whether or not the node selection is available to the Document Map.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

Declaration

[DefaultValue(true)]
public bool AllowSelectNode { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if nodes can be selected; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowSelectNode
Reporting ASPxDocumentViewer
.SettingsDocumentMap.AllowSelectNode
ASP.NET Web Forms Controls DocumentViewerSettings
.SettingsDocumentMap.AllowSelectNode
MVCxDocumentViewer
.SettingsDocumentMap.AllowSelectNode

Remarks

If the AllowSelectNode property is enabled after a node is clicked in the Document Map, it remains visually highlighted until another node is clicked.

See Also