CellErrorStyleProperty Field
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridControl Class : CellErrorStyleProperty Field

Identifies the CellErrorStyle dependency property.

Syntax

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

Return Value

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

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also