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

IdxRichEditTableBorders Members

In This Article
Exposes internal and external table borders in a document.

#Properties

Name Description
Bottom Provides access to the appearance settings of the external bottom table border.
InsideHorizontalBorder Provides access to the appearance settings of all internal horizontal table borders.
InsideVerticalBorder Provides access to the appearance settings of all internal vertical table borders.
Left Provides access to the appearance settings of the external left table border.
Right Provides access to the appearance settings of the external right table border.
Top Provides access to the appearance settings of the external top table border.

#Methods

Name Description
GetBottom Returns the appearance settings of the external bottom table border.
GetInsideHorizontalBorder Returns the appearance settings of all internal horizontal table borders.
GetInsideVerticalBorder Returns the appearance settings of all internal vertical table borders.
GetLeft Returns the appearance settings of the external left table border.
GetRight Returns the appearance settings of the external right table border.
GetTop Returns the appearance settings of the external top table border.
See Also