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.EditAutoHeightBorderColor Property

Specifies the border color of the multi-line in-place editor displayed in eahEditor sizing mode.

#Declaration

Delphi
property EditAutoHeightBorderColor: TColor read; write; default clDefault;

#Property Value

Type Default Description
TColor clDefault

The border color of a multi-line in-place editor.

#Remarks

The border is drawn based on the following rules:

clDefault
The border is painted with the color specified by the tree list’s OptionsView.GridLineColor property.
clNone
Only the focus rectangle is painted.
  • Any other TColor value specifies the exact color that is used for painting the border.

#Default Value

The EditAutoHeightBorderColor property’s default value is clDefault.

See Also