6 references to SelectionMode
Microsoft.Maui.Controls (2)
Items\SelectableItemsView.cs (2)
11
/// <summary>Bindable property for <see cref="
SelectionMode
"/>.</summary>
13
BindableProperty.Create(nameof(
SelectionMode
), typeof(SelectionMode), typeof(SelectableItemsView),
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\SelectableItemsViewController.cs (4)
59
var mode = ItemsView.
SelectionMode
;
76
var mode = ItemsView.
SelectionMode
;
97
var mode = ItemsView.
SelectionMode
;
125
var mode = ItemsView.
SelectionMode
;