Back to Devexpress

SpreadsheetControlOptions.TabSelector Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontroloptions-de2f716b.md

latest1.9 KB
Original Source

SpreadsheetControlOptions.TabSelector Property

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

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public SpreadsheetTabSelectorOptions TabSelector { get; }
vb
Public ReadOnly Property TabSelector As SpreadsheetTabSelectorOptions

Property Value

TypeDescription
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 TypePath 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

SpreadsheetControlOptions Class

SpreadsheetControlOptions Members

DevExpress.XtraSpreadsheet Namespace