Class ConverterAttribute
Inheritance
System.Object
ConverterAttribute
Namespace: Telerik.Maui.Controls.Compatibility.Common.DataAnnotations
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class ConverterAttribute : Attribute
Constructors
ConverterAttribute(Type)
Declaration
public ConverterAttribute(Type converterType)
Parameters
System.Type
converterType
|
Properties
ConverterType
Declaration
public Type ConverterType { get; }
Property Value
System.Type
|