ListView.GetSelectionMode Method

Definition

Overloads

GetSelectionMode(BindableObject)

Returns the selection mode for the element.

GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>)

Returns the selection mode for the element.

GetSelectionMode(BindableObject)

Returns the selection mode for the element.

public static Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode GetSelectionMode (Xamarin.Forms.BindableObject element);
static member GetSelectionMode : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode

Parameters

element
BindableObject

The element whose selection mode to get.

Returns

Applies to

GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>)

Returns the selection mode for the element.

public static Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode GetSelectionMode (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.ListView> config);
static member GetSelectionMode : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.ListView> -> Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode

Parameters

config
IPlatformElementConfiguration<Windows,ListView>

The element whose selection mode to get.

Returns

Applies to