Xamarin.Forms

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

    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.XForms.DataForm.Editors
    Assembly: Syncfusion.SfDataForm.XForms.dll
    Syntax
    public abstract class DataFormEditorBase : Element, IThemeElement, IDisposable

    Constructors

    DataFormEditorBase(SfDataForm)

    Initializes a new instance of the DataFormEditorBase class.

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

    The 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)

    Dispose the specified disposing.

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

    If set to true disposing.

    Implements

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