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 |
|
See Also