Represents a grid column.

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

Syntax

C#
public class Column : RowCol
Visual Basic
Public Class Column _
	Inherits RowCol

Remarks

Column 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.Silverlight.FlexGrid..::..RowCol
    C1.Silverlight.FlexGrid..::..Column

See Also