RibbonGallery.IsSynchronizedWithCurrentItem 속성

정의

갤러리가 SelectedItemItems 컬렉션의 현재 항목과 동기화된 상태로 유지하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property Nullable<bool> IsSynchronizedWithCurrentItem { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? IsSynchronizedWithCurrentItem { get; set; }
member this.IsSynchronizedWithCurrentItem : Nullable<bool> with get, set
Public Property IsSynchronizedWithCurrentItem As Nullable(Of Boolean)

속성 값

Nullable<Boolean>

SelectedItem이 항상 소스 컬렉션의 현재 항목과 항상 동기화되면 true이고, SelectedItem이 현재 항목과 동기화되지 않으면 false이며, 갤러리가 SelectedItem에 바운드된 경우에만 CollectionViewSource이 현재 항목과 동기화되면 null입니다. 등록된 기본값은 null입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 종속성 속성 값 우선 순위를 참조하세요.

설명

종속성 속성 정보

식별자 필드 IsSynchronizedWithCurrentItemProperty
메타 데이터 속성 설정 true 없음

적용 대상