_CardView.AllowInCellEditing Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie ou définit une valeur booléenne (bool en C#) qui détermine si la modification dans les cellules est autorisée dans l’objet CardView . Lecture-écriture.
public:
property bool AllowInCellEditing { bool get(); void set(bool value); };
public bool AllowInCellEditing { get; set; }
Public Property AllowInCellEditing As Boolean