CollectionView.IsCurrentInSync Propiedad

Definición

Obtiene un valor que indica si la propiedad CurrentItem está en la propiedad CurrentPosition.

protected:
 property bool IsCurrentInSync { bool get(); };
protected bool IsCurrentInSync { get; }
member this.IsCurrentInSync : bool
Protected ReadOnly Property IsCurrentInSync As Boolean

Valor de propiedad

true si la propiedad CurrentItem está en la vista y en la propiedad CurrentPosition; de lo contrario, false.

Se aplica a