ReportDocumentMap.AllowSelectNode Property
Specifies whether or not the node selection is available to the Document Map.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if nodes can be selected; otherwise false. |
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