Skip to main content

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public BaseValidationError ValidationError { get; }

Property Value

Type Description
BaseValidationError

A BaseValidationError object.

See Also