Skip to main content

DataFormView.IgnoreDataAnnotationValidation Property

Gets or sets whether the DataFormView ignores validation attributes defined for items.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool IgnoreDataAnnotationValidation { get; set; }

Property Value

Type Default Description
Boolean false

true to ignore validation attributes defined for items; otherwise, false.

See Also