Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewInfoCollection : Collection<GridViewInfo>, IList, ICollection, IReadOnlyCollection<GridViewInfo>, IEnumerable
Inheritance: objectCollection<GridViewInfo>GridViewInfoCollection
Implements:
Inherited Members
Constructors
C#
public GridViewInfoCollection()
Properties
Gets the GridViewInfo with the specified template.
Methods
Determines whether [contains] [the specified template].
C#
public bool Contains(GridViewTemplate template)
The template.
Returns:true if [contains] [the specified template]; otherwise, false.
Indexes the of.
C#
public int IndexOf(GridViewTemplate template)
The template.
Returns: