Gets the ListEntryInfo objects associated witht the control

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

Syntax

C#
protected IEnumerable<ListEntryInfo> ListEntries { get; }
Visual Basic
Protected ReadOnly Property ListEntries As IEnumerable(Of ListEntryInfo)
	Get

See Also