Class DataFormItemView
Represents a layout that displays editor for data field of the SfDataForm. DataFormItemView consists of label shows the caption of data field, editor for editing the data field value, label for showing validation error message.
Namespace: Syncfusion.iOS.DataForm
Assembly: Syncfusion.SfDataForm.iOS.dll
Syntax
public class DataFormItemView : DataFormItemViewBase
Constructors
DataFormItemView()
Initializes a new instance of the DataFormItemView class.
Declaration
public DataFormItemView()
Properties
DataFormItem
Gets DataFormItem associated with this layout.
Declaration
public DataFormItem DataFormItem { get; }
Property Value
Type |
---|
DataFormItem |
Editor
Gets the DataFormEditorBase that creates, updates the editor and also handles editing of data field associated with DataFormItemView.
Declaration
public DataFormEditorBase Editor { get; }
Property Value
Type |
---|
DataFormEditorBase |
EditorView
Gets the editor loaded for data field.
Declaration
public UIView EditorView { get; }
Property Value
Type |
---|
UIKit.UIView |
Methods
Dispose(Boolean)
Disposes all the resources used by the DataFormItemView class.
Declaration
protected override void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | Indicates whether the call is from Dispose method or from a finalizer. |
LayoutSubviews()
Positions and sizes the sub views of DataFormItemView.
Declaration
public override void LayoutSubviews()