Ce sujet n'a pas encore été évalué - Évaluez ce sujet

ItemCollection.CurrentItem, propriété

Gets the current item in the view.

Espace de noms: System.Windows.Controls
Assembly : PresentationFramework (dans presentationframework.dll)
Espace de noms XML :  http://schemas.microsoft.com/winfx/2006/xaml/presentation

public override Object CurrentItem { get; }
/** @property */
public Object get_CurrentItem ()

public override function get CurrentItem () : Object

Vous ne pouvez pas utiliser cette propriété dans XAML.

Valeur de la propriété

The current object in the view or référence Null (Nothing en Visual Basic) if the collection is uninitialized or if there is no collection in the ItemsSource mode. By default, the first item of the collection starts as the current item.

Microsoft .NET Framework 3.0 est pris en charge sur Windows Vista, Microsoft Windows XP SP2 et Windows Server 2003 SP1.

.NET Framework

Prise en charge dans : 3.0
Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
© 2013 Microsoft. Tous droits réservés.