Represents the native EntityProperty of RadDataForm from Progress Telerik UI for Android.
Gets or sets displayMode of the AutoCompleteTextView of the editor. This property affects only editors of type: AutoCompleteInline
Gets or sets the columnIndex which is used to determine the order of the editors in their group.
Gets or sets a PropertyConverter that will be used to convert between values stored in the model and values shows in an editor.
Gets or sets the name that is used for the label of the editor of this property.
Gets or sets a PropertyEditor that is used to edit this property.
Gets or sets a message that will be displayed when the new value doesn't meet the validation criteria.
Gets or sets a value indicating whether this property is hidden or visible.
Gets or sets the text displayed in the editor while its value is null.
Gets or sets the name of an image resource that will be used as the editor's label.
Gets or sets the index which is used to determine the order of the editors in their group.
Represents the native EntityProperty of RadDataForm from Progress Telerik UI for iOS.
Returns whether the property is valid.
The name of this property. Please note that the name can be set only once.
Gets or sets a value indicating whether this property can be edited or is read only.
Gets or sets a value indicating whether this property is required.
Gets or sets a message that will be displayed when the new value meets the validation criteria.
Gets or sets an array of PropertyValidator that are used to validate the changes of this property.
Returns the committed value of the property.
Returns the current value of the editor of this property.
Gets or sets an array of values that are accepted as values for the editor associated with this property. This property affects only editors of type: Picker, List and SegmentedEditor.
Identifies the valuesProvider dependency property.
Identifies the columnIndex dependency property.
Identifies the converter dependency property.
Identifies the displayName dependency property.
Identifies the editor dependency property.
Identifies the hidden dependency property.
Identifies the hintText dependency property.
Identifies the imageResource dependency property.
Identifies the index dependency property.
Identifies the name dependency property.
Identifies the readOnly dependency property.
Identifies the required dependency property.
Identifies the validators dependency property.
Identifies the valuesProvider dependency property.
Generated using TypeDoc
An instance of this class is assigned to each of the properties of an entity that is being edited in RadDataForm. This instance can be used to change or adjust the editor that is used for this property.