FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / DraggableItem Class
Members

In This Topic
    DraggableItem Class
    In This Topic
    Class used in the data template to represent C1.PivotEngine.PivotField objects.
    Object Model
    DraggableItem Class
    Syntax
    'Declaration
     
    Public Class DraggableItem 
       Inherits System.Windows.Controls.Grid
    public class DraggableItem : System.Windows.Controls.Grid 
    Remarks
    DraggableItem elements handle the Loaded event to register themselves as drag sources and to install the context sensitive menu used to configure the underlying C1.PivotEngine.PivotField.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Panel
                         System.Windows.Controls.Grid
                            C1.WPF.Pivot.DraggableItem

    See Also