Class SelectionBehavior.SelectionMode
Inheritance
System.Object
SelectionBehavior.SelectionMode
Namespace: Com.Telerik.Widget.List
Assembly: Telerik.Xamarin.Android.List.dll
Syntax
public sealed class SelectionMode : Enum
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Multiple
Declaration
public static SelectionBehavior.SelectionMode Multiple { get; }
Property Value
SelectionBehavior.SelectionMode
|
Single
Declaration
public static SelectionBehavior.SelectionMode Single { get; }
Property Value
SelectionBehavior.SelectionMode
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
ValueOf(String)
Declaration
public static SelectionBehavior.SelectionMode ValueOf(string name)
Parameters
System.String
name
|
Returns
SelectionBehavior.SelectionMode
|
Values()
Declaration
public static SelectionBehavior.SelectionMode[] Values()
Returns
SelectionBehavior.SelectionMode[]
|