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

DataViewBase.HasValidationError Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public bool HasValidationError { get; }

Property Value

Type Description
Boolean

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

See Also