ListView.GetSelectionMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The element whose selection mode to get.