Skip to main content
A newer version of this page is available. .

DataControlBase.HasValidationError Property

Gets whether a validation error has been defined for the grid. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public bool HasValidationError { get; set; }

Property Value

Type Description
Boolean

true if a validation error is defined for the grid; otherwise, false.

Remarks

The DataControlBase.ValidationError property returns the validation error.

To learn more, see Row Validation and Editor Validation.

See Also