ComponentOne DataGrid for WPF and Silverlight
ColumnNames Property (DataGridRowError)

C1.WPF.DataGrid Namespace > DataGridRowError Class : ColumnNames Property
Gets or sets the names of the columns associated with this error.
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("C1.WPF.DataGrid.StringListConverter, C1.WPF.DataGrid.4, Version=4.0.20192.658, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce")>
Public Property ColumnNames As System.Collections.Generic.List(Of String)
[System.ComponentModel.TypeConverter("C1.WPF.DataGrid.StringListConverter, C1.WPF.DataGrid.4, Version=4.0.20192.658, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce")]
public System.Collections.Generic.List<string> ColumnNames {get; set;}
Remarks
The cells corresponding to the specified columns will be highlighted with a red border.
See Also

Reference

DataGridRowError Class
DataGridRowError Members