A newer version of this page is available.
Switch to the current version.
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; }
Public ReadOnly Property HasValidationError As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if a validation error is defined for the view; otherwise, false. |
See Also
Feedback