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

TdxSpreadSheetTableViewOptions.GridLines Property

Specifies whether the grid lines are displayed in a Table View worksheet.

#Declaration

Delphi
property GridLines: TdxDefaultBoolean read; write; default bDefault;

#Property Value

Type Default
TdxDefaultBoolean bDefault

#Remarks

This property corresponds to the worksheet-level grid lines display setting. Visibility of the grid lines, separating individual cells within a Table View worksheet is determined by both the GridLines property value and the Spreadsheet control‘s OptionsView.GridLines property value:

The OptionsView.GridLines Property Value

The GridLines Property Value

bFalse

bTrue

bDefault

True

The grid lines are hidden.

The grid lines are visible.

The grid lines are visible.

False

The grid lines are hidden.

The grid lines are visible.

The grid lines are hidden.

To identify whether the grid lines are displayed in a particular Table View worksheet, use the ActualGridLines property.

The default value of the GridLines property is bDefault.

See Also