menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DataFormNumericUpDownEditor

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

    Inheritance
    System.Object
    DataFormEditorBase
    DataFormEditor<SfNumericUpDown>
    DataFormNumericUpDownEditor
    Implements
    System.IDisposable
    Inherited Members
    DataFormEditor<SfNumericUpDown>.OnLayout(SfNumericUpDown, Int32, Int32, Int32, Int32)
    DataFormEditor<SfNumericUpDown>.OnUpdateReadOnly(DataFormItem, SfNumericUpDown)
    DataFormEditorBase.DataForm
    DataFormEditorBase.Dispose()
    DataFormEditorBase.Dispose(Boolean)
    Namespace: Syncfusion.XForms.DataForm.Editors
    Assembly: Syncfusion.SfDataForm.XForms.dll
    Syntax
    public class DataFormNumericUpDownEditor : DataFormEditor<SfNumericUpDown>, IThemeElement, IDisposable

    Constructors

    DataFormNumericUpDownEditor(SfDataForm)

    Initializes a new instance of the DataFormNumericUpDownEditor class..

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

    The DataForm.

    Methods

    OnCommitValue(SfNumericUpDown)

    Commits the value of DataFormNumericUpDownEditor to corresponding property in the business object.

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

    the editor.

    Overrides
    Syncfusion.XForms.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown>.OnCommitValue(Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown)

    OnCreateEditorView(DataFormItem)

    Create and return a new instance of the SfNumericUpDown.

    Declaration
    protected override SfNumericUpDown OnCreateEditorView(DataFormItem dataFormItem)
    Parameters
    Type Name Description
    DataFormItem dataFormItem

    The corresponding DataFormItem.

    Returns
    Type Description
    SfNumericUpDown

    Returns the SfNumericUpDown editor.

    Overrides
    Syncfusion.XForms.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown>.OnCreateEditorView(Syncfusion.XForms.DataForm.DataFormItem)

    OnInitializeView(DataFormItem, SfNumericUpDown)

    Initialize View with DataFormItem property info.

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

    The dataFormItem is property info of Editor.

    SfNumericUpDown view

    The UIview.

    Overrides
    Syncfusion.XForms.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown>.OnInitializeView(Syncfusion.XForms.DataForm.DataFormItem, Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown)

    OnUnWireEvents(SfNumericUpDown)

    UnWires events for DataFormItemView's editor view.

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

    The view to unwire the events.

    Overrides
    Syncfusion.XForms.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown>.OnUnWireEvents(Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown)

    OnUpdateValue(DataFormItem, SfNumericUpDown)

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

    Declaration
    protected override void OnUpdateValue(DataFormItem dataFormItem, SfNumericUpDown view)
    Parameters
    Type Name Description
    DataFormItem dataFormItem

    the corresponding dataFormItem.

    SfNumericUpDown view

    the editor.

    Overrides
    Syncfusion.XForms.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown>.OnUpdateValue(Syncfusion.XForms.DataForm.DataFormItem, Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown)

    OnValidateValue(SfNumericUpDown)

    Validates the value of DataFormNumericUpDownEditor to corresponding property in the business object.

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

    the editor.

    Returns
    Type Description
    System.Boolean

    true if value of the specific editor is valid.

    Overrides
    Syncfusion.XForms.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown>.OnValidateValue(Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown)

    OnWireEvents(SfNumericUpDown)

    Wires events for DataFormItemView's editor view.

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

    The view to wire the events.

    Overrides
    Syncfusion.XForms.DataForm.Editors.DataFormEditor<Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown>.OnWireEvents(Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown)

    Implements

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