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

DataControlBase.ValidationError Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v21.2.dll

Declaration

public BaseValidationError ValidationError { get; }

Property Value

Type
BaseValidationError

Remarks

To learn more, see Row Validation

See Also