Xamarin.iOS

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

    Show / Hide Table of Contents

    Class DataFormNumericEditor

    Represents a class to handle the numeric type property editor with NumericTextBoxView.

    Inheritance
    System.Object
    DataFormEditorBase
    DataFormEditor<SfNumericTextBox>
    DataFormNumericEditor
    Implements
    System.IDisposable
    Inherited Members
    DataFormEditor<SfNumericTextBox>.OnUpdateReadOnly(DataFormItem, SfNumericTextBox)
    DataFormEditor<SfNumericTextBox>.OnLayout(SfNumericTextBox, CGRect)
    DataFormEditorBase.Dispose()
    DataFormEditorBase.Dispose(Boolean)
    DataFormEditorBase.DataForm
    Namespace: Syncfusion.iOS.DataForm.Editors
    Assembly: Syncfusion.SfDataForm.iOS.dll
    Syntax
    public class DataFormNumericEditor : DataFormEditor<SfNumericTextBox>, IDisposable

    Constructors

    DataFormNumericEditor(SfDataForm)

    Initializes a new instance of the DataFormNumericEditor.

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

    Methods

    OnCommitValue(SfNumericTextBox)

    Commits the value of the specific editor to corresponding property in the business object.

    Declaration
    protected override void OnCommitValue(SfNumericTextBox view)
    Parameters
    Type Name Description
    SfNumericTextBox view

    the editor.

    Overrides
    Syncfusion.iOS.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericTextBox.iOS.SfNumericTextBox>.OnCommitValue(Syncfusion.SfNumericTextBox.iOS.SfNumericTextBox)

    OnCreateEditorView()

    Create and return a new instance of the SfNumericTextBox.

    Declaration
    protected override SfNumericTextBox OnCreateEditorView()
    Returns
    Type Description
    SfNumericTextBox

    Returns the SfNumericTextBox editor.

    Overrides
    Syncfusion.iOS.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericTextBox.iOS.SfNumericTextBox>.OnCreateEditorView()

    OnInitializeView(DataFormItem, SfNumericTextBox)

    Initialize View with DataFormItem property info.

    Declaration
    protected override void OnInitializeView(DataFormItem dataFormItem, SfNumericTextBox view)
    Parameters
    Type Name Description
    DataFormItem dataFormItem

    The dataFormItem is property info of Editor

    SfNumericTextBox view

    The UIview.

    Overrides
    Syncfusion.iOS.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericTextBox.iOS.SfNumericTextBox>.OnInitializeView(Syncfusion.iOS.DataForm.DataFormItem, Syncfusion.SfNumericTextBox.iOS.SfNumericTextBox)

    OnUnWireEvents(SfNumericTextBox)

    UnWires events for DataFormItemView's editor view.

    Declaration
    protected override void OnUnWireEvents(SfNumericTextBox view)
    Parameters
    Type Name Description
    SfNumericTextBox view

    The view to unwire the events

    Overrides
    Syncfusion.iOS.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericTextBox.iOS.SfNumericTextBox>.OnUnWireEvents(Syncfusion.SfNumericTextBox.iOS.SfNumericTextBox)

    OnUpdateValue(DataFormItem, SfNumericTextBox)

    Declaration
    protected override void OnUpdateValue(DataFormItem dataFormItem, SfNumericTextBox view)
    Parameters
    Type Name Description
    DataFormItem dataFormItem
    SfNumericTextBox view
    Overrides
    Syncfusion.iOS.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericTextBox.iOS.SfNumericTextBox>.OnUpdateValue(Syncfusion.iOS.DataForm.DataFormItem, Syncfusion.SfNumericTextBox.iOS.SfNumericTextBox)

    OnValidateValue(SfNumericTextBox)

    Validates the value of the specific editor to corresponding property in the business object.

    Declaration
    protected override bool OnValidateValue(SfNumericTextBox view)
    Parameters
    Type Name Description
    SfNumericTextBox view

    the editor.

    Returns
    Type Description
    System.Boolean
    Overrides
    Syncfusion.iOS.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericTextBox.iOS.SfNumericTextBox>.OnValidateValue(Syncfusion.SfNumericTextBox.iOS.SfNumericTextBox)

    OnWireEvents(SfNumericTextBox)

    Wires events for DataFormItemView's editor view.

    Declaration
    protected override void OnWireEvents(SfNumericTextBox view)
    Parameters
    Type Name Description
    SfNumericTextBox view

    The view to wire the events.

    Overrides
    Syncfusion.iOS.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericTextBox.iOS.SfNumericTextBox>.OnWireEvents(Syncfusion.SfNumericTextBox.iOS.SfNumericTextBox)

    Implements

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