TcxCustomGridCellViewInfo.BorderColor Property
Obtains the border color of a cell.
Declaration
property BorderColor[AIndex: TcxBorder]: TColor read;
Property Value
Type |
---|
TColor |
Remarks
The BorderColor property allows you to obtain a cell’s border color. The AIndex parameter specifies the cell border (left, right, top or bottom) whose color should be obtained.
See Also