[]
        
(Showing Draft Content)

C1.WPF.Pivot.DraggableItem

DraggableItem Class

Class used in the data template to represent C1.PivotEngine.PivotField objects.

Inheritance
DraggableItem
Namespace: C1.WPF.Pivot
Assembly: C1.WPF.Pivot.dll
Syntax
public class DraggableItem : Grid, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Public Class DraggableItem
    Inherits Grid
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
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.

Constructors

Name Description
DraggableItem()

Initializes a new instance of a DraggableItem.