Skip to main content
A newer version of this page is available. .

SpreadsheetControlOptions.TabSelector Property

Provides access to the options specific to the Sheet Tab Selector of the SpreadsheetControl.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v18.2.dll

Declaration

public SpreadsheetTabSelectorOptions TabSelector { get; }

Property Value

Type Description
SpreadsheetTabSelectorOptions

A SpreadsheetTabSelectorOptions object used to specify options for the Sheet Tab Selector.

Property Paths

You can access this nested property as listed below:

Object Type Path to TabSelector
SpreadsheetControl
.Options.TabSelector

Remarks

Use the TabSelector property to display or hide the Sheet Tab Selector. This property is accessible via the SpreadsheetControl.Options property.

See Also