maui-devexpress-dot-maui-dot-dataform-dot-dataformview-efa47d60.md
Gets or sets whether the DataFormView automatically generates data form items (data editors) for the DataObject properties.
Namespace : DevExpress.Maui.DataForm
Assembly : DevExpress.Maui.Editors.dll
NuGet Package : DevExpress.Maui.Editors
public bool IsAutoGenerationEnabled { get; set; }
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true if the DataFormView generates data editors for the bound data object’s properties; otherwise, false.
|
The following table lists data types and corresponding editors:
|
Property Value Type
|
Data Form Item
|
Editor
| | --- | --- | --- | |
String, Char
|
|
| |
Numeric[1]
|
|
| |
Bool
|
|
Switch
| |
DateTime
|
|
| |
TimeSpan
|
|
| |
Enum
|
|
|
For more information about DataForm editors, refer to the following help topic: Data Editors in DevExpress Data Form for .NET MAUI.
Footnotes
See Also