Class SwipeActionsBehavior.SwipeActionsState
Inheritance
System.Object
SwipeActionsBehavior.SwipeActionsState
Namespace: Com.Telerik.Widget.List
Assembly: Telerik.Xamarin.Android.List.dll
Syntax
public sealed class SwipeActionsState : Enum
Properties
Active
Declaration
public static SwipeActionsBehavior.SwipeActionsState Active { get; }
Property Value
SwipeActionsBehavior.SwipeActionsState
|
Idle
Declaration
public static SwipeActionsBehavior.SwipeActionsState Idle { get; }
Property Value
SwipeActionsBehavior.SwipeActionsState
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Resetting
Declaration
public static SwipeActionsBehavior.SwipeActionsState Resetting { get; }
Property Value
SwipeActionsBehavior.SwipeActionsState
|
Swiping
Declaration
public static SwipeActionsBehavior.SwipeActionsState Swiping { get; }
Property Value
SwipeActionsBehavior.SwipeActionsState
|
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 SwipeActionsBehavior.SwipeActionsState ValueOf(string name)
Parameters
System.String
name
|
Returns
SwipeActionsBehavior.SwipeActionsState
|
Values()
Declaration
public static SwipeActionsBehavior.SwipeActionsState[] Values()
Returns
SwipeActionsBehavior.SwipeActionsState[]
|