Interface IPropertyConverter
Namespace: Telerik.Maui.Controls.Compatibility.Common.DataAnnotations
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public interface IPropertyConverter
Methods
Convert(Object)
Declaration
object Convert(object value)
Parameters
System.Object
value
|
Returns
System.Object
|
ConvertBack(Object)
Declaration
object ConvertBack(object value)
Parameters
System.Object
value
|
Returns
System.Object
|