ListViewItemPresenter.SelectionIndicatorMode Property

Definition

Gets or sets a value that indicates how the selection indicator is shown on a list view item.

public:
 property ListViewItemPresenterSelectionIndicatorMode SelectionIndicatorMode { ListViewItemPresenterSelectionIndicatorMode get(); void set(ListViewItemPresenterSelectionIndicatorMode value); };
ListViewItemPresenterSelectionIndicatorMode SelectionIndicatorMode();

void SelectionIndicatorMode(ListViewItemPresenterSelectionIndicatorMode value);
public ListViewItemPresenterSelectionIndicatorMode SelectionIndicatorMode { get; set; }
var listViewItemPresenterSelectionIndicatorMode = listViewItemPresenter.selectionIndicatorMode;
listViewItemPresenter.selectionIndicatorMode = listViewItemPresenterSelectionIndicatorMode;
Public Property SelectionIndicatorMode As ListViewItemPresenterSelectionIndicatorMode

Property Value

A value of the enumeration that indicates how the selection indicator is shown on a list view item.

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Applies to