skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class GridViewCellInfoCollection

A collection of GridViewCellInfo objects

Inheritance
System.Object
GridViewCellInfoCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll

Syntax

public class GridViewCellInfoCollection : ICollection, IEnumerable<GridViewCellInfo>, IEnumerable

Constructors

GridViewCellInfoCollection(GridViewRowInfo)

Initializes a new instance of the GridViewCellInfoCollection class.

Declaration
public GridViewCellInfoCollection(GridViewRowInfo rowInfo)
Parameters
GridViewRowInfo rowInfo

The associated GridViewRowInfo, owner of this collection

Properties

Count

Gets the number of elements actually contained in the collection

Declaration
public int Count { get; }
Property Value
System.Int32

Implements
System.Collections.ICollection.Count

IsSynchronized

Gets a value indicating whether access to the collection is synchronized (thread safe).

Declaration
public bool IsSynchronized { get; }
Property Value
System.Boolean

Implements
System.Collections.ICollection.IsSynchronized

Item[Int32]

Gets the column with the specified index.

Declaration
public GridViewCellInfo this[int index] { get; }
Parameters
System.Int32 index

Index of the column to get

Property Value
GridViewCellInfo

Instance of GridViewCellInfo if found or null

Item[String]

Gets the first cell with UniqueName found.

Declaration
public GridViewCellInfo this[string name] { get; }
Parameters
System.String name

Unique name of the column to get

Property Value
GridViewCellInfo

Instance of GridViewCellInfo if found or null

SyncRoot

Gets an object that can be used to synchronize access to the ArrayList.

Declaration
public object SyncRoot { get; }
Property Value
System.Object

Implements
System.Collections.ICollection.SyncRoot

Methods

CopyTo(Array, Int32)

Copies all the elements of the current collection to the specified collection.

Declaration
public void CopyTo(Array array, int index)
Parameters
System.Array array

The collection that is the destination of the elements copied from the current collection.

System.Int32 index

An integer that represents the index in collection at which copying begins.

Implements
System.Collections.ICollection.CopyTo(System.Array, System.Int32)

GetEnumerator()

Returns an enumerator that iterates through the collection

Declaration
public IEnumerator<GridViewCellInfo> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<GridViewCellInfo>

Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through the collection

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator

Implements
System.Collections.IEnumerable.GetEnumerator()

Extension Methods

CommonExtensions.ContainsAny<T>(IEnumerable<T>, IEnumerable<T>)
CommonExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
CommonExtensions.Clone<T>(IEnumerable<T>)
ExtensionMethodsEditor.CastCovariant<TFrom, TTo>(IEnumerable<TFrom>)
SvgExtentions.Traverse<T>(IEnumerable<T>, Func<T, IEnumerable<T>>)
SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(IEnumerable<T>, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.