Represents a collection of GridViewColumn columns.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class PrintPageColumnsCollection : List<GridViewColumn>, IList, ICollection, IEnumerable
Inheritance: objectList<GridViewColumn>PrintPageColumnsCollection
Implements:
Constructors
Initializes a new instance of the PrintPageColumnsCollection class.
C#
public PrintPageColumnsCollection()
Initializes a new instance of the PrintPageColumnsCollection class.
C#
public PrintPageColumnsCollection(IEnumerable<GridViewColumn> collection)
A collection of columns that will be added initially to the collecton.
Initializes a new instance of the PrintPageColumnsCollection class.
C#
public PrintPageColumnsCollection(int capacity)
The number of elements that the new list can initially store.