Skip to main content

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.v23.2.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