Class DataFormEditorParams
Inheritance
System.Object
DataFormEditorParams
Namespace: Com.Telerik.Widget.Dataform.Visualization.Annotations
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class DataFormEditorParams : Attribute
Constructors
DataFormEditorParams()
Declaration
public DataFormEditorParams()
Properties
Max
Declaration
public double Max { get; set; }
Property Value
System.Double
|
Min
Declaration
public double Min { get; set; }
Property Value
System.Double
|
Step
Declaration
public double Step { get; set; }
Property Value
System.Double
|