TcxPivotGridOptionsView.DropArrowColor Property
Specifies the color of the drop arrow.
Declaration
property DropArrowColor: TColor read; write; default cxPivotGridDropArrowColor;
Property Value
Type | Default |
---|---|
TColor | cxPivotGridDropArrowColor |
Remarks
The DropArrowColor property applies to the drop arrow indicating the drop position of the field, which is currently dragged.
The default value of the DropArrowColor property is cxPivotGridDropArrowColor.
See Also