This is an empty data source, which can be used in the PrepareControlHierarchy method in ASP.NET server controls This data source helps initialize child controls in two cases: when they retrieve data from data source and when they do not have data.

Namespace:  C1.Web.UI.Controls.C1GridView.Data
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class EmptyDataSource : ICollection, 
	IEnumerable
Visual Basic
Public Class EmptyDataSource _
	Implements ICollection, IEnumerable

Inheritance Hierarchy

System..::..Object
  C1.Web.UI.Controls.C1GridView.Data..::..EmptyDataSource

See Also