Back to Devexpress

DataFormView.IgnoreDataAnnotationValidation Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformview-f77b8f94.md

latest973 B
Original Source

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

csharp
public bool IgnoreDataAnnotationValidation { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

DataFormView Class

DataFormView Members

DevExpress.Maui.DataForm Namespace