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

In This Topic
    Message Property (DataGridRowError)
    In This Topic
    Gets or sets the error message.
    Syntax
    'Declaration
     
    
    Public Property Message As String
    public string Message {get; set;}
    Remarks
    This message will be shown in the row header.
    See Also