Gets the Underlying DataSource

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected override IEnumerable UnderlyingDataSource { get; }
Visual Basic
Protected Overrides ReadOnly Property UnderlyingDataSource As IEnumerable
	Get

Field Value

An IEnumerable

See Also