ValidationError Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Row Class : ValidationError Property

Gets or sets information about the validation rule that failed the validation process.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ValidationError As RowValidationError
C# 
public RowValidationError ValidationError {get;}

Return Value

A RowValidationError containing information about the validation rule that failed the validation process.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also