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

TdxSpreadSheetPageControl.DropArrowColor Property

Specifies a color of the drop arrows within the caption bar.

#Declaration

Delphi
property DropArrowColor: TColor read; write; default clGreen;

#Property Value

Type Default
TColor clGreen

#Remarks

The pair of drop arrows marks the position where the dragged worksheet tab will be placed if an end-user releases the left mouse button. For instance, the following image shows that the Sheet5 tab is about to be placed between the Sheet2 and Sheet3 tabs.

The default value of the DropArrowColor property is clGreen.

See Also