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.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false)]
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 Validate Data.

See Also