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

DataViewBase.ValidationError Property

Provides access to the object, which contains information about the validation error. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public BaseValidationError ValidationError { get; }

Property Value

Type Description
BaseValidationError

A BaseValidationError object.

See Also