Class used in the data template to represent C1OlapField objects.

Namespace:  C1.Silverlight.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public class DraggableItem : Grid
Visual Basic
Public Class DraggableItem _
	Inherits 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 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