Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridSearchResultCellCollection : List<GridSearchResultCellInfo>, IList, ICollection, IEnumerable
Inheritance: objectList<GridSearchResultCellInfo>GridSearchResultCellCollection
Implements:
Constructors
Initializes a new instance of the GridSearchResultCellCollection class.
C#
public GridSearchResultCellCollection()
Initializes a new instance of the GridSearchResultCellCollection class.
C#
public GridSearchResultCellCollection(IEnumerable<GridSearchResultCellInfo> collection)
The collection.
Initializes a new instance of the GridSearchResultCellCollection class.