Class DataFormValueConverterAttribute
Specifies the converter for the data field to convert the value before reading and saving in DataForm.
Inheritance
System.Object
DataFormValueConverterAttribute
Namespace: Syncfusion.Maui.DataForm
Assembly: Syncfusion.Maui.DataForm.dll
Syntax
public sealed class DataFormValueConverterAttribute : Attribute
Constructors
DataFormValueConverterAttribute(Type)
Initializes a new instance of the DataFormValueConverterAttribute class.
Declaration
public DataFormValueConverterAttribute(Type converterType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | converterType | The converter type. |
Properties
ConverterType
Gets the Converter type.
Declaration
public Type ConverterType { get; }
Property Value
Type |
---|
System.Type |