Class DataFormItemViewBase
Represents a base layout for displaying group, label and editor of data field for SfDataForm.
Namespace: Syncfusion.Android.DataForm
Assembly: Syncfusion.SfDataForm.Android.dll
Syntax
public class DataFormItemViewBase : FrameLayout
Constructors
DataFormItemViewBase(Context)
Initializes a new instance of the DataFormItemViewBase.
Declaration
public DataFormItemViewBase(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context of the view |
DataFormItemViewBase(Context, IAttributeSet)
Initializes a new instance of the DataFormItemViewBase.
Declaration
public DataFormItemViewBase(Context context, IAttributeSet attributeSet)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context of the view |
Android.Util.IAttributeSet | attributeSet | Required attributes set |
DataFormItemViewBase(Context, IAttributeSet, Int32)
Initializes a new instance of the DataFormItemViewBase.
Declaration
public DataFormItemViewBase(Context context, IAttributeSet attributeSet, int definedStyle)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context of the view |
Android.Util.IAttributeSet | attributeSet | Required attributes set |
System.Int32 | definedStyle | Default style attribute. |
DataFormItemViewBase(IntPtr, JniHandleOwnership)
Initializes a new instance of the DataFormItemViewBase.
Declaration
protected DataFormItemViewBase(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | javaReference | Java Native Interface object reference. |
Android.Runtime.JniHandleOwnership | transfer | A Android.Runtime.JniHandleOwnership indicating how to handle. |