menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFormEditorBase - API Reference

    Show / Hide Table of Contents

    Class DataFormEditorBase

    Represent an class that creates editor for data field and handles commit and validation.

    Inheritance
    System.Object
    DataFormEditorBase
    DataFormEditor<EditorView>
    Implements
    System.IDisposable
    Namespace: Syncfusion.iOS.DataForm.Editors
    Assembly: Syncfusion.SfDataForm.iOS.dll
    Syntax
    public abstract class DataFormEditorBase : Object, IDisposable

    Constructors

    DataFormEditorBase(SfDataForm)

    Initializes a new instance of the DataFormEditorBase class.

    Declaration
    public DataFormEditorBase(SfDataForm dataForm)
    Parameters
    Type Name Description
    SfDataForm dataForm

    Properties

    DataForm

    Gets the instance of SfDataForm

    Declaration
    protected SfDataForm DataForm { get; }
    Property Value
    Type Description
    SfDataForm

    Methods

    Dispose()

    The dispose.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Releases all resource used by the Syncfusion.XForms.DataForm.DataFormItemManager object.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    If set to true is disposing.

    Implements

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