Skip to main content
A newer version of this page is available.
All docs
V19.1

ISelectHierarchicalDataSourceColumnsPageView.RootNodes Property

If implemented, provides access to a collection of hierarchical data source root nodes

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v19.1.dll

Declaration

IList RootNodes { get; }

Property Value

Type Description
IList

An object implementing the IList interface.

See Also