TcxTreeListOptionsView.EditAutoHeightBorderColor Property
In This Article
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 | cl |
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