Skip to main content

DevExpress.Maui.DataForm Namespace

Contains classes and interfaces that implement the DataFormView functionality.

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Classes

Name Description
DataFormAutoCompleteEditorAttribute Specifies that a data form uses an AutoCompleteEdit for a property.
DataFormAutoCompleteItem Stores settings of the data form’s AutoCompleteEdit.
DataFormCheckBoxEditorAttribute Specifies that a data form uses a CheckEdit for a property.
DataFormCheckBoxItem Stores settings of the data form’s CheckEdit.
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 data form editors.
DataFormItemLength The data form item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space.
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 The base class for attributes that contain affixes.
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.
DataFormViewActualAppearance An appearance object.

Interfaces

Name Description
IPickerSourceProvider The interface that includes functionality to generate drop-down list items of combo box editors. This is a bindable property.

Delegates

Name Description
DataFormPropertyGenerationEventHandler A method that will handle the DataFormView.GeneratePropertyItem event.
DataFormPropertyValidationEventHandler A method that will handle the DataFormView.ValidateProperty event.
DataFormValidationEventHandler A method that will handle the DataFormView.Validate event.

Enums

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 Lists types of values that DataFormItemLength stores.
DataFormLabelPosition Lists values used to specify the position of labels relative to editors.