[]
Allows any FlexGrid to switch the columns and rows so the data-items are shown as columns.
public class TransposedGridBehavior : C1Behavior<FlexGrid>, IComponent, IHandleEvent, IHandleAfterRender, IDependencyObject
This behavior sets the CellFactory of the attached grid.
| Name | Description |
|---|---|
| TransposedGridBehavior() |
| Name | Description |
|---|---|
| OnAttachedTo(FlexGrid) | Called when the behavior is attached to the grid. |
| OnDetachingFrom(FlexGrid) | Called when the behavior is detaching from the grid. |