Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyConverter

An interface that converters used by RadDataForm should implement.

Hierarchy

  • PropertyConverter

Index

Methods

convertFrom

  • convertFrom(source: any): any
  • Used to convert the value that is stored in the property to the value that should be displayed in the editor.

    Parameters

    • source: any

    Returns any

convertTo

  • convertTo(source: any): any
  • Used to convert the value that is displayed in the editor to a value that should be stored in the property.

    Parameters

    • source: any

    Returns any

Generated using TypeDoc