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.Headers Property

Specifies whether the standard headers are displayed within a Table View worksheet.

#Declaration

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

#Property Value

Type Default
TdxDefaultBoolean bDefault

#Remarks

This property corresponds to the worksheet-level headers display setting. Visibility of the standard column and row headers in a particular Table View worksheet is determined by both the Headers property value and the Spreadsheet control‘s OptionsView.Headers property value:

The OptionsView.Headers Property Value

The Headers Property Value

bFalse

bTrue

bDefault

True

The headers are hidden.

The headers are visible.

The headers are visible.

False

The headers are hidden.

The headers are visible.

The headers are hidden.

To identify whether the standard column and row headers are displayed by a particular Table View worksheet, use the ActualHeaders property.

The default value of the Headers property is bDefault.

See Also