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

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