TcxGridChartController.IsDataGroupMoving Property
Indicates whether a data group is being moved/dragged within the Chart View.
Declaration
property IsDataGroupMoving: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The IsDataGroupMoving returns True when a data group is being moved/dragged within the Chart View. Otherwise, False is returned.
End-users are able to move data groups by dragging:
their headers in the ‘Data Groups’ tab of the customization form;
the corresponding data levels displayed in the data level navigator.
To access the data group being moved, use the MovingDataGroup property.
The IsDataGroupMoving property is useful when handling drag-and-drop operations on data groups and data levels. Refer to the Implementing Drag-And-Drop Functionality topic for additional information.
See Also