Class DataFormValidatorParams
Inheritance
System.Object
DataFormValidatorParams
Namespace: Com.Telerik.Widget.Dataform.Visualization.Annotations
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class DataFormValidatorParams : Attribute
Constructors
DataFormValidatorParams()
Declaration
public DataFormValidatorParams()
Properties
Length
Declaration
public int Length { get; set; }
Property Value
System.
|
Max
Declaration
public double Max { get; set; }
Property Value
System.
|
Min
Declaration
public double Min { get; set; }
Property Value
System.
|
MinimumLength
Declaration
public int MinimumLength { get; set; }
Property Value
System.
|
NegativeMessage
Declaration
public string NegativeMessage { get; set; }
Property Value
System.
|
PositiveMessage
Declaration
public string PositiveMessage { get; set; }
Property Value
System.
|