ppsGrid Class Library
Item Property (key)
NamespacesppsGridGridColCollectionItem[([String])]
ppsGrid (c] 2004-2007 by Torsten Oberprieler

Ruft ein Spalten-Objekt mit den angegebenen Namen in der Auflistung ab.
CopyC#
// Beispiel:
grid.Cols["colStadt"].Tag = obj;
grid.Cols["colName"].Width = 42;

Declaration Syntax
C#Visual BasicVisual C++
public GridCol this[
	string key
]{ get; set;}
Public Default Property Item ( _
	key As String _
) As GridCol
public:
property GridCol^ default[String^ key] {
	GridCol^ get (String^ key);
	void set (String^ key, GridCol^ value);
}
Parameters
key (String)

Assembly: ppsGrid (Module: ppsGrid) Version: 1.3.4.0