ValidationErrorProperty Field
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Cell Class : ValidationErrorProperty Field

Identifies the ValidationError dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly ValidationErrorProperty As DependencyProperty
C# 
public static readonly DependencyProperty ValidationErrorProperty

Return Value

The identifier of the ValidationError dependency property. By default, a null reference (Nothing in Visual Basic).

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also