ComponentOne FlexGrid for WPF and Silverlight
Row Class
Members 

C1.WPF.FlexGrid Namespace : Row Class
Represents a grid row.
Object Model
Row Class
Syntax
'Declaration
 
Public Class Row 
   Inherits RowCol
public class Row : RowCol 
Remarks

Row objects do not have any visual representation.

Rows and columns provide properties that determine the appearance and content of cell objects which are the only objects in the C1FlexGrid that do have a visual representation.

Inheritance Hierarchy

System.Object
   C1.WPF.FlexGrid.RowCol
      C1.WPF.FlexGrid.Row
         C1.WPF.FlexGrid.BoundRow
         C1.WPF.FlexGrid.GroupRow

See Also

Reference

Row Members
C1.WPF.FlexGrid Namespace