Skip to main content

TcxTreeListOptionsView.DropArrowColor Property

Specifies the color of arrows indicating a band or column header‘s potential position during drag operations.

Declaration

property DropArrowColor: TColor read; write; default cxTreeListDefDropArrowColor;

Property Value

Type Default
TColor cxTreeListDefDropArrowColor

Remarks

The following table shows examples of using this property.

Value Example
clRed
clLime

The default value of the DropArrowColor property is specified by the cxTreeListDefDropArrowColor global constant.

See Also