PowerTools InputMan for ASP.NET 8.0J
SubItems プロパティ

サブ項目を取得または設定します。
構文
Public ReadOnly Property SubItems As Collection(Of SubItem)
public Collection<SubItem> SubItems {get;}
解説
SubItemsプロパティは、コンボコントロールが保持する項目のサブ項目を表すGrapeCity.Web.Input.Core.ListBox.SubItemオブジェクトのコレクションです。
サブ項目には、項目の2カラム目以降に表示する値を設定します。

ComboItemクラスと、そのSubItemsプロパティに設定された第1番目の(インデックス0で取得される)SubItemオブジェクトとの間には、以下のような関係があります。
参照

ComboItem クラス
ComboItem メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.