Class DataFormPlaceholderLayoutManager
Inherited Members
Namespace: Com.Telerik.Widget.Dataform.Visualization
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class DataFormPlaceholderLayoutManager : DataFormLayoutManager
Constructors
DataFormPlaceholderLayoutManager(Context, Int32)
Declaration
public DataFormPlaceholderLayoutManager(Context context, int layout)
Parameters
Android.
|
System.
|
DataFormPlaceholderLayoutManager(IntPtr, JniHandleOwnership)
Declaration
protected DataFormPlaceholderLayoutManager(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.
|
Android.
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.
|
Overrides
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.
|
Overrides
Methods
ArrangeEditorsCore(IIterable, ViewGroup)
Declaration
protected override void ArrangeEditorsCore(IIterable editors, ViewGroup rootLayout)
Parameters
Java.
|
Android.
|
Overrides
FindPlaceHolder(Object, ViewGroup)
Declaration
protected virtual ViewGroup FindPlaceHolder(Object tag, ViewGroup rootLayout)
Parameters
Java.
|
Android.
|
Returns
Android.
|