C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / TransposedGridBehavior Class
Members

TransposedGridBehavior Class
Allows any FlexGrid to switch the columns and rows so the data-items are shown as columns.
Object Model
TransposedGridBehavior Class
Syntax
'Declaration
 
Public Class TransposedGridBehavior 
   Inherits C1.WPF.Core.C1Behavior(Of FlexGrid)
   Implements Microsoft.Xaml.Behaviors.IAttachedObject 
 
Remarks
This behavior sets the CellFactory of the attached grid.
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Freezable
            System.Windows.Media.Animation.Animatable
               Microsoft.Xaml.Behaviors.Behavior
                  Microsoft.Xaml.Behaviors.Behavior<T>
                     C1.WPF.Core.C1Behavior<T>
                        C1.WPF.Grid.TransposedGridBehavior

See Also