<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / DraggableItem Class
Members

In This Topic
    DraggableItem Class
    In This Topic
    Class used in the data template to represent C1.Olap.C1OlapField 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.Olap.C1OlapField.
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Panel
                   System.Windows.Controls.Grid
                      C1.Silverlight.Olap.DraggableItem

    See Also