cxPivotGridDropArrowColor Constant
Specifies the default color of the drop arrow.
Declaration
const cxPivotGridDropArrowColor = $00FF00;
Remarks
The TcxPivotGridOptionsView.DropArrowColor property applies to the drop arrow indicating the drop position of the field, which is currently dragged.
By default, the TcxPivotGridOptionsView.DropArrowColor property is set to the cxPivotGridDropArrowColor constant.
See Also