Back to Devexpress

DevExpress.Maui.DataForm Namespace

maui-devexpress-dot-maui-38b8fd2c.md

latest8.0 KB
Original Source

DevExpress.Maui.DataForm Namespace

Contains classes and interfaces that implement the DataFormView functionality.

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Classes

NameDescription
DataFormAutoCompleteEditorAttributeSpecifies that a data form uses an AutoCompleteEdit for a property.
DataFormAutoCompleteItemStores settings of the data form’s AutoCompleteEdit.
DataFormCheckBoxEditorAttributeSpecifies that a data form uses a CheckEdit for a property.
DataFormCheckBoxItemStores settings of the data form’s CheckEdit.
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 data form editors.
DataFormItemLengthThe data form item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space.
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.
DataFormTextEditorWithAffixAttributeBaseThe base class for attributes that contain affixes.
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.
DataFormViewActualAppearanceAn appearance object.

Interfaces

NameDescription
IPickerSourceProviderThe interface that includes functionality to generate drop-down list items of combo box editors. This is a bindable property.

Delegates

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

Enums

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