ListViewItemPresenter.CheckMode Property

Definition

Gets or sets the style of checkbox shown for selecting an item.

public:
 property ListViewItemPresenterCheckMode CheckMode { ListViewItemPresenterCheckMode get(); void set(ListViewItemPresenterCheckMode value); };
ListViewItemPresenterCheckMode CheckMode();

void CheckMode(ListViewItemPresenterCheckMode value);
public ListViewItemPresenterCheckMode CheckMode { get; set; }
var listViewItemPresenterCheckMode = listViewItemPresenter.checkMode;
listViewItemPresenter.checkMode = listViewItemPresenterCheckMode;
Public Property CheckMode As ListViewItemPresenterCheckMode
<listViewItemPresenter CheckMode="checkModeMemberName"/>

Property Value

A value of the enumeration that specifies the style of checkbox to show. The default is Inline.

Applies to

See also