Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPropertyValueConverter

    Show / Hide Table of Contents

    Interface IPropertyValueConverter

    Represents the interface to provide the method for converting the value.

    Namespace: Syncfusion.iOS.DataForm
    Assembly: Syncfusion.SfDataForm.iOS.dll
    Syntax
    public interface IPropertyValueConverter

    Methods

    Convert(Object)

    Converts a value to type which is compatible for specific editor.

    Declaration
    object Convert(object value)
    Parameters
    Type Name Description
    System.Object value

    the value.

    Returns
    Type Description
    System.Object

    converted value.

    ConvertBack(Object)

    Converts a value to underlying type.

    Declaration
    object ConvertBack(object value)
    Parameters
    Type Name Description
    System.Object value

    the value.

    Returns
    Type Description
    System.Object

    converted value.

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