Class DataFormProperty
Inheritance
System.Object
DataFormProperty
Namespace: Com.Telerik.Widget.Dataform.Visualization.Annotations
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class DataFormProperty : Attribute
Constructors
DataFormProperty()
Declaration
public DataFormProperty()
Properties
ColumnIndex
Declaration
public int ColumnIndex { get; set; }
Property Value
System.Int32
|
ColumnSpan
Declaration
public int ColumnSpan { get; set; }
Property Value
System.Int32
|
Converter
Declaration
public Type Converter { get; set; }
Property Value
System.Type
|
CoreEditorLayout
Declaration
public int CoreEditorLayout { get; set; }
Property Value
System.Int32
|
Editor
Declaration
public Type Editor { get; set; }
Property Value
System.Type
|
EditorLayout
Declaration
public int EditorLayout { get; set; }
Property Value
System.Int32
|
Group
Declaration
public string Group { get; set; }
Property Value
System.String
|
HeaderLayout
Declaration
public int HeaderLayout { get; set; }
Property Value
System.Int32
|
Hint
Declaration
public string Hint { get; set; }
Property Value
System.String
|
ImageResource
Declaration
public int ImageResource { get; set; }
Property Value
System.Int32
|
Index
Declaration
public int Index { get; set; }
Property Value
System.Int32
|
Label
Declaration
public string Label { get; set; }
Property Value
System.String
|
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
System.Boolean
|
Required
Declaration
public bool Required { get; set; }
Property Value
System.Boolean
|
Skip
Declaration
public bool Skip { get; set; }
Property Value
System.Boolean
|
ValidationLayout
Declaration
public int ValidationLayout { get; set; }
Property Value
System.Int32
|
Validator
Declaration
public Type Validator { get; set; }
Property Value
System.Type
|
Viewer
Declaration
public Type Viewer { get; set; }
Property Value
System.Type
|