menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFormValueConverterAttribute - API Reference

    Show / Hide Table of Contents

    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 Description
    System.Type
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved