DXCollectionView.SelectionMode Property
Specifies whether and how many items can be selected in the view.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public SelectionMode SelectionMode { get; set; }
Property Value
Type |
---|
Xamarin.Forms.SelectionMode |
See Also