ClassGridViewInfoCollection
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewInfoCollection : Collection<GridViewInfo>, IList, ICollection, IReadOnlyCollection<GridViewInfo>, IEnumerable
Inheritance: objectCollection<GridViewInfo>GridViewInfoCollection
Implements:
Inherited Members
Constructors
GridViewInfoCollection()
Declaration
cs-api-definition
public GridViewInfoCollection()
Properties
this[GridViewTemplate]
Gets the GridViewInfo with the specified template.
Declaration
cs-api-definition
public GridViewInfo this[GridViewTemplate template] { get; }
Parameters
template
Property Value
Methods
Contains(GridViewTemplate)
Determines whether [contains] [the specified template].
Declaration
cs-api-definition
public bool Contains(GridViewTemplate template)
Parameters
template
The template.
Returns
true if [contains] [the specified template]; otherwise, false.
IndexOf(GridViewTemplate)
Indexes the of.
Declaration
cs-api-definition
public int IndexOf(GridViewTemplate template)
Parameters
template
The template.
Returns