Skip to main content

DataViewBase.HasValidationError Property

Gets whether a validation error has been defined for the view.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.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