PowerTools InputMan for ASP.NET 8.0J
AppendDataBoundItems プロパティ (GcComboBox)

データバインディングの前にリスト項目が消去されるかどうかを示す値を取得または設定します。
構文
Public Property AppendDataBoundItems As Boolean
public bool AppendDataBoundItems {get; set;}

プロパティ値

データバインディングの前に項目を消去するにはTrue、それ以外はFalse。既定値はFalseです。
解説
AppendDataBoundItemsプロパティを使用すると、データバインディングが行われる前に、項目をコンボコントロールに追加できます。データバインディングの後、項目のコレクションには、データソースの項目と以前に追加された項目の両方が格納されます。
参照

GcComboBox クラス
GcComboBox メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.