Represents a grid row.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class Row : RowCol
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class Row _
	Inherits 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

See Also