Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFormItemView

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    DataFormItemViewBase
    DataFormItemView
    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 Description
    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 Description
    DataFormEditorBase

    EditorView

    Gets the editor loaded for data field.

    Declaration
    public UIView EditorView { get; }
    Property Value
    Type Description
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved