C1.Win.FlexGrid Namespace / C1FlexGrid Class / Transposed Property

Transposed Property (C1FlexGrid)
Gets or sets the grid transpose mode. If set to true it flips the table so that rows become columns, and columns become rows, creating an inverted grid, but not grid data.

Sometimes, it is convenient to show data horizontally, as in the case when the entries (rows) are fewer than properties (columns).

Syntax
'Declaration
 
Public Property Transposed As Boolean
 
Remarks
Note, the filter by column will now appear to the left headers of the table.
Example
The transposition of the grid can be achieved as easy as setting the boolean value.

Other properties can be considered to format and change some behaviors

See Also