バージョン

Item プロパティ (ChildBandCollection)

その ChildBand は指定したキーを持つ Infragistics.Controls.Grids.ColumnLayout を返します。
シンタックス
'宣言
 
Public Shadows ReadOnly Default Property Item( _
   ByVal key As String _
) As ChildBand
public new ChildBand this[ 
   string key
]; {get;}

パラメータ

key

プロパティ値

指定されたキーを持つ ChildBand がない場合、Null です。
参照