New to Telerik UI for WinFormsStart a free 30-day trial

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: ICollectionIEnumerableIList

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)
Parameters:collectionIEnumerable<GridViewColumn>

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)
Parameters:capacityint

The number of elements that the new list can initially store.