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

TdxSpreadSheetCustomView.Visible Property

Specifies if the worksheet is currently available to an end-user.

f

#Declaration

Delphi
property Visible: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use this property to specify whether the current worksheet’s tab is displayed within the caption bar area. If the Visible property is set to True, an end-user can activate the worksheet by clicking its tab. Otherwise, the sheet is hidden and cannot be activated. However, an end-user can display it by using the Unhide dialog window.

For additional information, refer to the Worksheet Management topic.

Note

A worksheet whose Visible property is set to False can be accessed by using only the Spreadsheet control’s Sheets property. Otherwise, you can access this sheet by using the VisibleSheets property as well.

The default value of the Visible property is True.

See Also