ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridRowError Class / ColumnNames Property

In This Topic
    ColumnNames Property (DataGridRowError)
    In This Topic
    Gets or sets the names of the columns associated with this error.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.Silverlight.DataGrid.StringListConverter)>
    Public Property ColumnNames As List(Of String)
    [TypeConverter(C1.Silverlight.DataGrid.StringListConverter)]
    public List<string> ColumnNames {get; set;}
    Remarks
    The cells corresponding to the specified columns will be highlighted with a red border.
    See Also