Namespace Syncfusion.XForms.DataForm.Editors
Classes
| DataFormAutoCompleteEditor
Represents a class to handle enum types with auto complete control. |
| DataFormCheckBoxEditor
Represents a class to handle the bool type property editor with CheckBox. |
| DataFormDateEditor
Represents a class to handle the DateTime type property editor with Xamarin.Forms.DatePicker. |
| DataFormDatePicker
Represents a DataForm date picker which inherits from Xamarin.Forms.DatePicker. |
| DataFormDropDownEditor
Represents a class to handle enum types with drop down control. |
| DataFormEditor<EditorView>
Represent a class to handle the UIView specific initialization, wiring and un wiring. |
| DataFormEditorBase
Represent an class that creates editor for data field and handles commit and validation. |
| DataFormMaskedEditTextEditor
Represents a class to handle the string type property editor in a specified format. |
| DataFormMultiLineTextEditor
Represents a class to handle multi line text editor with Editor. |
| DataFormNumericEditor
Represents a class to handle the numeric type property editor with NumericTextBox. |
| DataFormNumericUpDownEditor
Represents a class to handle the numeric type property editor with SfNumericUpDown. |
| DataFormPasswordEditor
Represents a class to handle the password type property editor with Entry. |
| DataFormPicker
Represents a DataForm picker which inherits from Xamarin.Forms.Picker. |
| DataFormPickerEditor
Represents a class to handle list of items with Picker. |
| DataFormRadioGroupEditor
Represents a class to handle enum types and list types with SfRadioGroup control. |
| DataFormSegmentedEditor
Represents a class to handle enum types with Segment control. |
| DataFormSwitchEditor
Represents a class to handle the bool type property editor with Switch. |
| DataFormTextEditor
Represents a class to handle the string type property editor with Entry. |
| DataFormTimeEditor
Represents a class to handle list of items with Time picker. |
| DataFormTimePicker
Represents a DataForm time picker which inherits from Xamarin.Forms.TimePicker. |