TcxCustomGridCellViewInfo.Borders Property
Specifies the displayed borders of a cell.
Declaration
property Borders: TcxBorders read; write;
Property Value
Type |
---|
TcxBorders |
Remarks
The Borders property enables a developer to specify the borders to display at runtime. This property can be useful for writing OnCustomDraw event handlers.
See Also