Skip to main content

DXCollectionView.SelectionMode Property

Gets or sets whether and how many items can be selected in the view. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public SelectionMode SelectionMode { get; set; }

Property Value

Type Default Description
SelectionMode None

A SelectionMode enumeration value.

See Also