Xamarin.iOS

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

    Show / Hide Table of Contents

    Class ConverterAttribute

    Specifies the converter IPropertyValueConverter for the data field to convert the value before reading and saving in DataForm.

    Inheritance
    System.Object
    ConverterAttribute
    Namespace: Syncfusion.iOS.DataForm
    Assembly: Syncfusion.SfDataForm.iOS.dll
    Syntax
    public sealed class ConverterAttribute : Attribute

    Constructors

    ConverterAttribute(Type)

    Initializes a new instance of the ConverterAttribute class.

    Declaration
    public ConverterAttribute(Type converter)
    Parameters
    Type Name Description
    System.Type converter

    The type of IPropertyValueConverter for data field.

    Properties

    ConverterType

    Gets the IPropertyValueConverter type.

    Declaration
    public Type ConverterType { get; }
    Property Value
    Type Description
    System.Type
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved