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

TdxTableOptions.GridLines Property

Specifies the visibility of non-printable table borders in a document.

#Declaration

Delphi
property GridLines: TdxRichEditTableGridLinesVisibility read; write; default TdxRichEditTableGridLinesVisibility.Auto;

#Property Value

Type Default
TdxRichEditTableGridLinesVisibility Auto

#Remarks

Normally, the non-printable table borders are hidden. To display them as blue dashed grid lines, you can set this property to TdxRichEditTableGridLinesVisibility.Visible.

For the full list of available GridLines property values, refer to the TdxRichEditTableGridLinesVisibility type description.

Alternatively, you can use the ToggleShowTableGridLines command to switch the visibility of non-printable table borders.

The default value of the GridLines property is TdxRichEditTableGridLinesVisibility.Auto.

See Also