DataGridCellInfo.IsValid Propriété

Définition

Obtient une valeur qui indique si la structure contient des informations valides.

public:
 property bool IsValid { bool get(); };
public bool IsValid { get; }
member this.IsValid : bool
Public ReadOnly Property IsValid As Boolean

Valeur de propriété

true si la structure contient des informations valides ; sinon, false.

Remarques

Cette propriété vérifie que la Item propriété n’est pas DependencyProperty.UnsetValue et que la Column propriété n’est pas null.

S’applique à