[]
        
(Showing Draft Content)

C1.WPF.Grid.TransposedGridBehavior

TransposedGridBehavior Class

Allows any FlexGrid to switch the columns and rows so the data-items are shown as columns.

Inheritance
TransposedGridBehavior
Implements
IDependencyObject
Namespace: C1.WPF.Grid
Assembly: C1.WPF.Grid.dll
Syntax
public class TransposedGridBehavior : C1Behavior<FlexGrid>, IDependencyObject
Remarks

This behavior sets the CellFactory of the attached grid.

Constructors

Name Description
TransposedGridBehavior()

Methods

Name Description
OnAttachedTo(FlexGrid)

Called when the behavior is attached to the grid.

OnDetachingFrom(FlexGrid)

Called when the behavior is detaching from the grid.