menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFormItemView - Xamarin.Forms API Reference | Syncfusion

    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
    Implements
    System.IDisposable
    Inherited Members
    DataFormItemViewBase.Dispose()
    DataFormItemViewBase.LayoutChildren(Double, Double, Double, Double)
    Namespace: Syncfusion.XForms.DataForm
    Assembly: Syncfusion.SfDataForm.XForms.dll
    Syntax
    public class DataFormItemView : DataFormItemViewBase, IDisposable

    Constructors

    DataFormItemView()

    Declaration
    public DataFormItemView()

    Properties

    DataFormItem

    Gets or sets the DataFormItem associated with this layout.

    Declaration
    public DataFormItem DataFormItem { get; set; }
    Property Value
    Type
    DataFormItem

    Editor

    Gets or sets the DataFormEditorBase that creates, updates the editor and also handles editing of data field associated with DataFormItemView.

    Declaration
    public DataFormEditorBase Editor { get; set; }
    Property Value
    Type
    DataFormEditorBase

    Methods

    Dispose(Boolean)

    Dispose the specified isDisposing.

    Declaration
    protected override void Dispose(bool isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    If set to true is disposing.

    Overrides
    DataFormItemViewBase.Dispose(Boolean)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved