Interface IPropertyValidator
Namespace: Com.Telerik.Widget.Dataform.Engine
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public interface IPropertyValidator : IJavaObject, IDisposable, IJavaPeerable
Properties
NegativeMessage
Declaration
string NegativeMessage { get; set; }
Property Value
System.String
|
PositiveMessage
Declaration
string PositiveMessage { get; set; }
Property Value
System.String
|
Methods
Validate(Object, String, IValidationCompletedListener)
Declaration
void Validate(Object p0, string p1, IValidationCompletedListener p2)
Parameters
Java.Lang.Object
p0
|
System.String
p1
|
IValidationCompletedListener
p2
|