Skip to main content

TcxRichEditTableParams.ColumnParams Property

Specifies column settings.

Declaration

property ColumnParams: TcxRichEditTableColumnParamsList read;

Property Value

Type
TcxRichEditTableColumnParamsList

Remarks

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.

The set of column settings is created using the AddColumnParams method.

The total number of column settings sets is determined via the ColumnParamsCount property.

See Also