Implemented interface member:
property
Count
System.Collections.ICollection.Count
7 references to Count
System.Web (7)
UI\WebControls\DataGrid.cs (3)
1781
int cellCount = cells.
Count
;
1818
if (Items.Count > 0 && visibleColumns != Items[0].Cells.
Count
&& AllowPaging) {
1821
if (item.ItemType == ListItemType.Pager && item.Cells.
Count
> 0) {
UI\WebControls\GridView.cs (4)
2755
for (int i = 0; i < fieldCount && i < row.Cells.
Count
; i++) {
4114
if (Rows.Count > 0 && visibleColumns != Rows[0].Cells.
Count
) {
4115
if (_topPagerRow != null && _topPagerRow.Cells.
Count
> 0) {
4118
if (_bottomPagerRow != null && _bottomPagerRow.Cells.
Count
> 0) {