GridViewItemPresenter.SelectionCheckMarkVisualEnabled 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.
Obtient ou définit une valeur qui indique si la marque case activée est affichée lorsque l’élément est sélectionné.
public:
property bool SelectionCheckMarkVisualEnabled { bool get(); void set(bool value); };
bool SelectionCheckMarkVisualEnabled();
void SelectionCheckMarkVisualEnabled(bool value);
public bool SelectionCheckMarkVisualEnabled { get; set; }
var boolean = gridViewItemPresenter.selectionCheckMarkVisualEnabled;
gridViewItemPresenter.selectionCheckMarkVisualEnabled = boolean;
Public Property SelectionCheckMarkVisualEnabled As Boolean
<gridViewItemPresenter SelectionCheckMarkVisualEnabled="bool"/>
Valeur de propriété
Boolean
bool
true pour afficher la marque de case activée de sélection ; sinon, false. La valeur par défaut est true.