GridTableStylesCollection::List Property

 
Use BaseTrue

Gets the underlying list.

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 that contains the table data.

.NET Framework
Available since 1.1
Return to top
Show: