Back to Devexpress

cxPivotGridDropArrowColor Constant

vcl-cxcustompivotgrid-53d273b0.md

latest788 B
Original Source

cxPivotGridDropArrowColor Constant

Specifies the default color of the drop arrow.

Declaration

delphi
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

TcxPivotGridOptionsView.DropArrowColor

cxCustomPivotGrid Unit