Skip to main content

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

true to skip generating the editors; otherwise, false.

See Also