DataFormDisplayOptionsAttribute.SkipAutoGenerating Property
Gets or sets whether the DataForm
control should not generate editors based on the view model’s values. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool SkipAutoGenerating { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also