Back to Devexpress

DevExpress.XamarinForms.DataForm Namespace

mobilecontrols-devexpress-dot-xamarinforms-09457d96.md

latest8.0 KB
Original Source

DevExpress.XamarinForms.DataForm Namespace

Contains classes that implement the DataFormView functionality.

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.Editors

Classes

NameDescription
DataFormAutoCompleteEditorAttribute
DataFormAutoCompleteItem
DataFormCheckBoxEditorAttribute
DataFormCheckBoxItem
DataFormComboBoxEditorAttributeSpecifies that a data form uses a combo box editor for a property.
DataFormComboBoxItemStores settings of the data form’s combo box editor.
DataFormCustomItemStores settings of the data form’s custom editor.
DataFormDateEditorAttributeSpecifies that a data form uses a date editor for a property.
DataFormDateItemStores settings of the data form’s date editor.
DataFormDisplayOptionsAttributeSpecifies the size and label settings of an editor that a data form displays for a property.
DataFormGroupStores settings to adjust the group of the data form’s editors.
DataFormItemThe base class for the data form’s editors.
DataFormItemPositionAttributeSpecifies where to locate an editor for a property on a data form.
DataFormMaskedEditorAttributeSpecifies that a data form uses a single-line text editor for a property, and allows you to define an input mask.
DataFormMaskedItemStores settings of the data form’s text editor that supports masked input.
DataFormMultilineEditorAttributeSpecifies that a data form uses a multi-line text editor for a property.
DataFormMultilineItemStores settings of the data form’s multi-line text editor.
DataFormNumericEditorAttributeSpecifies that a data form uses a number editor with spin buttons for a property.
DataFormNumericItemStores settings of the data form’s number editor.
DataFormPasswordEditorAttributeSpecifies that a data form uses a password editor with secure input support for a property.
DataFormPasswordItemStores settings of the data form’s password editor that supports secure input.
DataFormPropertyGenerationEventArgsProvides data for the GeneratePropertyItem event.
DataFormPropertyValidationEventArgsProvides data for the ValidateProperty event.
DataFormSwitchEditorAttributeSpecifies that a data form uses a switch control for a property.
DataFormSwitchItemStores settings of the data form’s switch control.
DataFormTextEditorAttributeSpecifies that a data form uses a single-line text editor for a property.
DataFormTextEditorAttributeBaseThe base class for attributes that specify a data form’s editors with text input support.
DataFormTextEditorWithAffixAttributeBase
DataFormTextItemStores settings of the data form’s single-line text editor.
DataFormTextItemBaseThe base class for data form’s editors with text input support.
DataFormTextItemWithAffixBaseThe base class for a data form’s editors that can display a text suffix and prefix in edit boxes.
DataFormTimeEditorAttributeSpecifies that a data form uses a time editor for a property.
DataFormTimeItemStores settings of the data form’s time editor.
DataFormValidationEventArgsProvides data for the ValidateForm event.
DataFormViewAn edit form for a data object.
Initializer staticContains the Init method that initializes the DevExpress Data Form component.

Interfaces

Name
IPickerSourceProvider

Structs

Name
DataFormItemLength

Delegates

NameDescription
DataFormPropertyGenerationEventHandlerA method that will handle the DataFormView.GeneratePropertyItem event.
DataFormPropertyValidationEventHandlerA method that will handle the DataFormView.ValidateProperty event.
DataFormValidationEventHandler

Enums

NameDescription
CommitModeLists values used to specify when input values are validated or committed to the data object associated with the data form.
DataFormItemLengthUnitType
DataFormLabelPositionLists values used to specify the position of labels relative to editors.