mobilecontrols-devexpress-dot-xamarinforms-09457d96.md
Contains classes that implement the DataFormView functionality.
Assembly : DevExpress.XamarinForms.Editors.dll
NuGet Package : DevExpress.XamarinForms.Editors
| Name | Description |
|---|---|
| DataFormAutoCompleteEditorAttribute | |
| DataFormAutoCompleteItem | |
| DataFormCheckBoxEditorAttribute | |
| DataFormCheckBoxItem | |
| DataFormComboBoxEditorAttribute | Specifies that a data form uses a combo box editor for a property. |
| DataFormComboBoxItem | Stores settings of the data form’s combo box editor. |
| DataFormCustomItem | Stores settings of the data form’s custom editor. |
| DataFormDateEditorAttribute | Specifies that a data form uses a date editor for a property. |
| DataFormDateItem | Stores settings of the data form’s date editor. |
| DataFormDisplayOptionsAttribute | Specifies the size and label settings of an editor that a data form displays for a property. |
| DataFormGroup | Stores settings to adjust the group of the data form’s editors. |
| DataFormItem | The base class for the data form’s editors. |
| DataFormItemPositionAttribute | Specifies where to locate an editor for a property on a data form. |
| DataFormMaskedEditorAttribute | Specifies that a data form uses a single-line text editor for a property, and allows you to define an input mask. |
| DataFormMaskedItem | Stores settings of the data form’s text editor that supports masked input. |
| DataFormMultilineEditorAttribute | Specifies that a data form uses a multi-line text editor for a property. |
| DataFormMultilineItem | Stores settings of the data form’s multi-line text editor. |
| DataFormNumericEditorAttribute | Specifies that a data form uses a number editor with spin buttons for a property. |
| DataFormNumericItem | Stores settings of the data form’s number editor. |
| DataFormPasswordEditorAttribute | Specifies that a data form uses a password editor with secure input support for a property. |
| DataFormPasswordItem | Stores settings of the data form’s password editor that supports secure input. |
| DataFormPropertyGenerationEventArgs | Provides data for the GeneratePropertyItem event. |
| DataFormPropertyValidationEventArgs | Provides data for the ValidateProperty event. |
| DataFormSwitchEditorAttribute | Specifies that a data form uses a switch control for a property. |
| DataFormSwitchItem | Stores settings of the data form’s switch control. |
| DataFormTextEditorAttribute | Specifies that a data form uses a single-line text editor for a property. |
| DataFormTextEditorAttributeBase | The base class for attributes that specify a data form’s editors with text input support. |
| DataFormTextEditorWithAffixAttributeBase | |
| DataFormTextItem | Stores settings of the data form’s single-line text editor. |
| DataFormTextItemBase | The base class for data form’s editors with text input support. |
| DataFormTextItemWithAffixBase | The base class for a data form’s editors that can display a text suffix and prefix in edit boxes. |
| DataFormTimeEditorAttribute | Specifies that a data form uses a time editor for a property. |
| DataFormTimeItem | Stores settings of the data form’s time editor. |
| DataFormValidationEventArgs | Provides data for the ValidateForm event. |
| DataFormView | An edit form for a data object. |
| Initializer static | Contains the Init method that initializes the DevExpress Data Form component. |
| Name |
|---|
| IPickerSourceProvider |
| Name |
|---|
| DataFormItemLength |
| Name | Description |
|---|---|
| DataFormPropertyGenerationEventHandler | A method that will handle the DataFormView.GeneratePropertyItem event. |
| DataFormPropertyValidationEventHandler | A method that will handle the DataFormView.ValidateProperty event. |
| DataFormValidationEventHandler |
| Name | Description |
|---|---|
| CommitMode | Lists values used to specify when input values are validated or committed to the data object associated with the data form. |
| DataFormItemLengthUnitType | |
| DataFormLabelPosition | Lists values used to specify the position of labels relative to editors. |