ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCreatingRowEventArgs Class / Row Property

In This Topic
    Row Property (DataGridCreatingRowEventArgs)
    In This Topic
    Gets or sets the row that will be used.
    Syntax
    'Declaration
     
    
    Public Property Row As DataGridRow
    public DataGridRow Row {get; set;}

    Property Value

    The row.
    See Also