Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxBorder Type

Enumerates individual borders of a rectangular frame or outline.

#Declaration

Delphi
TcxBorder = cxGeometry.TcxBorder;

#Referenced Class

Type
TcxBorder

#Remarks

Options include:

Value Description
bLeft Defines a left (vertical) border of a rectangle (cell).
bTop Defines a top (horizontal) border of a rectangle (cell).
bRight Defines a right (vertical) border of a rectangle (cell).
bBottom Defines a bottom (horizontal) border of a rectangle (cell).

API members that can affect individual cell borders use the corresponding TcxBorder values to address them. The TcxBorders type references the TcxBorder type.

See Also