DataFormView.IsAutoGenerationEnabled Property
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
Declaration
public bool IsAutoGenerationEnabled { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
The following table lists data types and corresponding editors:
Property Value Type | Data Form Item | Editor |
---|---|---|
String, Char | ||
Numeric[1] | ||
Bool |
| |
DateTime | ||
TimeSpan | ||
Enum |
For more information about DataForm editors, refer to the following help topic: Data Editors in DevExpress Data Form for .NET MAUI.
See Also