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

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public virtual DataSet DataSource { get; set; }

Property Value

Type: DataSet
See Also