ListView..::..Columns Property

Gets the columns.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public ActiveList<Column> Columns { get; set; }
Public Property Columns As ActiveList(Of Column)
	Get
	Set
public:
property ActiveList<Column^>^ Columns {
	ActiveList<Column^>^ get ();
	void set (ActiveList<Column^>^ value);
}

Field Value

The columns.