Class LoadOnDemandBehavior
Inherited Members
Namespace: Com.Telerik.Widget.List
Assembly: Telerik.Xamarin.Android.List.dll
Syntax
public class LoadOnDemandBehavior : ListViewBehavior
Constructors
LoadOnDemandBehavior()
Declaration
public LoadOnDemandBehavior()
LoadOnDemandBehavior(View, View)
Declaration
public LoadOnDemandBehavior(View manualDemandView, View automaticDemandView)
Parameters
Android.Views.View
manualDemandView
|
Android.Views.View
automaticDemandView
|
LoadOnDemandBehavior(IntPtr, JniHandleOwnership)
Declaration
protected LoadOnDemandBehavior(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Enabled
Declaration
public virtual bool Enabled { get; set; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
MaxRemainingItems
Declaration
public virtual int MaxRemainingItems { get; set; }
Property Value
System.Int32
|
Mode
Declaration
public virtual LoadOnDemandBehavior.LoadOnDemandMode Mode { get; set; }
Property Value
LoadOnDemandBehavior.LoadOnDemandMode
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
AddListener(LoadOnDemandBehavior.ILoadOnDemandListener)
Declaration
public virtual void AddListener(LoadOnDemandBehavior.ILoadOnDemandListener listener)
Parameters
LoadOnDemandBehavior.ILoadOnDemandListener
listener
|
EndLoad()
Declaration
public virtual void EndLoad()
RemoveListener(LoadOnDemandBehavior.ILoadOnDemandListener)
Declaration
public virtual void RemoveListener(LoadOnDemandBehavior.ILoadOnDemandListener listener)
Parameters
LoadOnDemandBehavior.ILoadOnDemandListener
listener
|
StartLoad()
Declaration
public virtual void StartLoad()