Skip to main content

SpreadsheetControlOptions.TabSelector Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

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