Interface IPropertyValidator
Namespace: Telerik.Maui.Controls.Compatibility.Common.DataAnnotations
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public interface IPropertyValidator
Properties
NegativeFeedback
Declaration
string NegativeFeedback { get; }
Property Value
System.String
|
PositiveFeedback
Declaration
string PositiveFeedback { get; }
Property Value
System.String
|
Methods
Validate(Object)
Declaration
bool Validate(object value)
Parameters
System.Object
value
|
Returns
System.Boolean
|