Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListOptionsView.DropArrowColor Property

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 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