Partager via


GridViewItemPresenter.SelectionCheckMarkVisualEnabled Propriété

Définition

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.

S’applique à