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.Android.DataForm
Assembly: Syncfusion.SfDataForm.Android.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 |
---|
System.Type |