1 instantiation of DataGridColumnCollection
System.Web (1)
UI\WebControls\DataGrid.cs (1)
298columnCollection = new DataGridColumnCollection(this, columns);
6 references to DataGridColumnCollection
System.Web (6)
UI\WebControls\ColumnCollection.cs (4)
27/// <para>Initializes a new instance of <see cref='System.Web.UI.WebControls.DataGridColumnCollection'/> class.</para> 49/// <para>Gets a value that specifies whether items in the <see cref='System.Web.UI.WebControls.DataGridColumnCollection'/> can be 63/// <para>Gets a value that indicates whether the <see cref='System.Web.UI.WebControls.DataGridColumnCollection'/> is thread-safe. This property is read-only.</para> 155/// <para>Creates an enumerator for the <see cref='System.Web.UI.WebControls.DataGridColumnCollection'/> used to iterate through the collection.</para>
UI\WebControls\DataGrid.cs (2)
99private DataGridColumnCollection columnCollection; 294public virtual DataGridColumnCollection Columns {