DataGridViewColumnCollection::List Property

 

Gets the list of elements contained in the BaseCollection instance.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
property ArrayList^ List {
	virtual ArrayList^ get() override;
}

Property Value

Type: System.Collections::ArrayList^

An ArrayList containing the elements of the collection. This property returns null unless overridden in a derived class.

.NET Framework
Available since 2.0
Return to top
Show: