Click or drag to resize
CMSTreeViewDataSource Property
Gets or sets a DataSet containing values used to populate the items within the control. This value needn't be set.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public virtual DataSet DataSource { get; set; }

Property Value

Type: DataSet
See Also