RibbonGallery.IsSynchronizedWithCurrentItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the gallery should keep the SelectedItem synchronized with the current item in the Items collection.
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)
Property Value
true
if the SelectedItem is always synchronized with the current item in the source collection; false
if the SelectedItem is never synchronized with the current item; null
if the SelectedItem is synchronized with the current item only if the gallery is bound to a CollectionViewSource. The registered default is null
. For more information about what can influence the value, see Dependency Property Value Precedence.
Remarks
Dependency Property Information
Identifier field | IsSynchronizedWithCurrentItemProperty |
Metadata properties set to true |
None |