TcxCustomGridTableOptionsView.EditAutoHeightBorderColor Property
Specifies the border color of the multi-line in-place editor displayed in the eahEditor sizing mode.
Declaration
property EditAutoHeightBorderColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
Remarks
The border is drawn according to the following rules:
clDefault – The border is painted with the color specified by the View’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.
The EditAutoHeightBorderColor property’s default value is clDefault.
See Also