TcxTreeListOptionsView.DropArrowColor Property
In This Article
Specifies the color of arrows indicating a band or column header‘s potential position during drag operations.
#Declaration
Delphi
property DropArrowColor: TColor read; write; default cxTreeListDefDropArrowColor;
#Property Value
Type | Default |
---|---|
TColor | cx |
#Remarks
The following table shows examples of using this property.
Value | Example |
---|---|
cl |
![]() |
cl |
![]() |
The default value of the DropArrowColor property is specified by the cxTreeListDefDropArrowColor global constant.
See Also