AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

HierarchicalModelDataSource<(Of <(<'T>)>)> Members

The HierarchicalModelDataSource<(Of <(<'T>)>)> type exposes the following members.

Methods


  Name Description
Public method GetHierarchicalView
Returns the HierarchicalModelDataSourceView that provides the root-level hierarchy nodes to data-bound controls. The view is created lazily on the first call by converting DataSource into a HierarchicalModelList and is cached for subsequent calls.

Properties


  Name Description
Public property DataSource
The collection of models to bind. Setting this property raises DataSourceChanged to notify any bound controls that the underlying data has changed and they should re-bind.

Events


  Name Description
Public event DataSourceChanged
Raised when the DataSource property is changed, notifying any bound controls that they should re-bind. Required by the IHierarchicalDataSource contract.