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

TcxRichEditTableColumnParams Record

In This Article

Enumerates column settings.

#Declaration

Delphi
TcxRichEditTableColumnParams = record

#Remarks

Values include:

Value Meaning
BackgroundColor Specifies the background color within a column.
BorderColor Specifies the border color within a column.
BorderWidth Specifies the border width within a column.
ForegroundColor Specifies the fill color for a column.
VerticalAlignment Specifies the vertical alignment within a column.
Width Specifies the column width.
See Also