Skip to main content
A newer version of this page is available. .

TcxCustomGridCellViewInfo.BorderSize Property

Obtains the size of a cell border in pixels.

Declaration

property BorderSize[AIndex: TcxBorder]: Integer read;

Property Value

Type
Integer

Remarks

The BorderSize property allows a developer to obtain the size of a cell border in pixels. If a border is set, its size is always equal to 1, otherwise the property contains zero. A border can be set or removed via the Borders property.

See Also