GrapeCity SPREAD for WPF 2.0J
IsSynchronizedWithCurrentItem プロパティ (GcListBox)

GcListBoxSelectedItemSystem.Windows.Controls.ItemsControl.Items プロパティ内の現在の項目と常に同期するかどうかを示す値を取得または設定します。これは依存関係プロパティです。
構文
'Declaration
 
Public Property IsSynchronizedWithCurrentItem As Nullable(Of Boolean)
public Nullable<bool> IsSynchronizedWithCurrentItem {get; set;}

プロパティ値

SelectedItem が現在の項目と常に同期する場合は trueSelectedItem が現在の項目と同期しない場合は falseGcListBoxSystem.ComponentModel.ICollectionView を使用する場合にのみ、SelectedItem が現在の項目と同期する場合は null 参照 (Visual Basicでは Nothing)。既定値は null 参照 (Visual Basicでは Nothing) です。
参照

GcListBox クラス
GcListBox メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.